Skip to content

Commit 338c3bc

Browse files
chore(deps): update actions/checkout action to v5
1 parent 93e0d23 commit 338c3bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- relay/relay-api
5151
- relay/relay-auth
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
- uses: actions/setup-node@v4
5555
with:
5656
node-version: 20

.github/workflows/publish-pkg-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout code 🛎️
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
ref: ${{ github.event.inputs.branch }}
3030
# Fetch all history so npm version can determine versions correctly

.github/workflows/publish-pkg-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code 🛎️
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
ref: master # Publish only from master branch
2323
# Fetch all history so npm version can determine versions correctly (though not setting version here)

0 commit comments

Comments
 (0)