Skip to content

Commit 9ee2984

Browse files
Update actions/checkout action to v6
1 parent c72b560 commit 9ee2984

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: ['18', '20', '22']
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: pnpm/action-setup@v3
2020
- uses: actions/setup-node@v4
2121
with:

.github/workflows/plan-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
command: ${{ steps.check-release.outputs.command }}
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
ref: 'master'
@@ -45,7 +45,7 @@ jobs:
4545
if: (github.event_name == 'push' && needs.check-plan.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
4646

4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v6
4949
# We need to download lots of history so that
5050
# github-changelog can discover what's changed since the last release
5151
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
command: ${{ steps.check-release.outputs.command }}
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828
ref: 'master'
@@ -44,7 +44,7 @@ jobs:
4444
attestations: write
4545

4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v6
4848
- uses: pnpm/action-setup@v4
4949
- uses: actions/setup-node@v4
5050
with:

0 commit comments

Comments
 (0)