Skip to content

Commit 0fd9cc4

Browse files
Update actions/checkout action to v6
1 parent 9c3ffc5 commit 0fd9cc4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/plan-release.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: 2
2828
ref: 'main'
@@ -45,7 +45,7 @@ jobs:
4545
if: ((github.event_name == 'push' || github.event_name == 'workflow_dispatch') && needs.is-this-a-release.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
attestations: write
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
- uses: pnpm/action-setup@v4
3232
- uses: actions/setup-node@v4
3333
with:

0 commit comments

Comments
 (0)