Skip to content

Commit dc27e6b

Browse files
authored
Update Actions Versions (ml-tooling#329)
1 parent 7a37f37 commit dc27e6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ 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@v2
27+
- uses: actions/checkout@v4
2828
- name: check-version-tag
2929
shell: bash
3030
run: |
3131
git fetch --tags --force
3232
git show-ref --tags --verify --quiet -- "refs/tags/${{ env.VERSION }}" && echo "VERSION=$(date '+%Y.%m.%d-%H.%M')" >> $GITHUB_ENV || exit 0
3333
- name: create-update-branch
34-
uses: peterjgrainger/action-create-branch@v2.0.1
34+
uses: peterjgrainger/action-create-branch@v3.0.0
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
with:
3838
branch: "${{ env.BRANCH_PREFIX }}${{ env.VERSION }}"
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v4
4040
with:
4141
fetch-depth: 0
4242
ref: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }}

0 commit comments

Comments
 (0)