We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c8c03 commit 486000cCopy full SHA for 486000c
1 file changed
.github/workflows/build-publish-image.yml
@@ -26,7 +26,7 @@ jobs:
26
echo "RELEASE_TAG=$TAG" >> $GITHUB_ENV
27
28
- name: Check out the repo
29
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
30
with:
31
ref: ${{ github.event_name == 'release' && github.ref || env.RELEASE_TAG }}
32
0 commit comments