Skip to content

Commit 486000c

Browse files
authored
Update .github/workflows/build-publish-image.yml
1 parent a0c8c03 commit 486000c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "RELEASE_TAG=$TAG" >> $GITHUB_ENV
2727
2828
- name: Check out the repo
29-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
29+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3030
with:
3131
ref: ${{ github.event_name == 'release' && github.ref || env.RELEASE_TAG }}
3232

0 commit comments

Comments
 (0)