We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a182873 commit b647947Copy full SHA for b647947
2 files changed
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
matrix:
29
java-version: [17, 21, 24]
30
steps:
31
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
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