Skip to content

Commit 74a8fa6

Browse files
Bump actions/checkout from 2 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa548e2 commit 74a8fa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/post-release-version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout main
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v5
2424
with:
2525
ref: main
2626
fetch-depth: 0
@@ -73,7 +73,7 @@ jobs:
7373
parse-json-secrets: true
7474

7575
- name: Setup Git
76-
uses: actions/checkout@v2
76+
uses: actions/checkout@v5
7777
with:
7878
fetch-depth: 0
7979
token: ${{ env.BOT_TOKEN_GITHUB_RW_PATOKEN }}

.github/workflows/pre-release-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
parse-json-secrets: true
4040

4141
- name: Checkout main branch
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v5
4343
with:
4444
ref: 'main'
4545
token: ${{ env.BOT_TOKEN_GITHUB_RW_PATOKEN }}

0 commit comments

Comments
 (0)