Skip to content

Commit dd57ac3

Browse files
committed
Bump actions/checkout to v6 in all workflows
1 parent 7da2cf2 commit dd57ac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2727
fetch-depth: 0

.github/workflows/release_candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
3131
fetch-depth: 0

0 commit comments

Comments
 (0)