We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d6dcc commit f6d011cCopy full SHA for f6d011c
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
matrix:
29
java-version: [21, 24]
30
steps:
31
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
32
with:
33
submodules: 'true'
34
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
exit 1
51
fi
52
53
54
55
fetch-depth: '0'
56
0 commit comments