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 4405cd0 commit ae6b68dCopy full SHA for ae6b68d
2 files changed
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
matrix:
29
java-version: [21, 24]
30
steps:
31
- - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
32
with:
33
submodules: 'true'
34
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
exit 1
53
fi
54
55
56
57
fetch-depth: '0'
58
0 commit comments