Skip to content

Commit 47a816e

Browse files
committed
Dependency updates
1 parent 2fe08aa commit 47a816e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
VERSION=${GITHUB_REF_NAME#v}
1919
echo "VERSION=$VERSION" >> $GITHUB_ENV
2020
echo "IMAGE_NAME=${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:$VERSION" >> $GITHUB_ENV
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424
- name: Set up JDK

0 commit comments

Comments
 (0)