Skip to content

Commit 222c06a

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 2b9510e commit 222c06a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-best-of-list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- if: ${{ ! (env.VERSION != null && env.VERSION != '') }}
2525
name: set-version-via-date
2626
run: echo "VERSION=$(date '+%Y.%m.%d')" >> $GITHUB_ENV
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: check-version-tag
2929
shell: bash
3030
run: |
@@ -36,7 +36,7 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
with:
3838
branch: "${{ env.BRANCH_PREFIX }}${{ env.VERSION }}"
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
with:
4141
fetch-depth: 0
4242
ref: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }}

0 commit comments

Comments
 (0)