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.
2 parents f11429e + 7da7f29 commit 3196b61Copy full SHA for 3196b61
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v5
11
- name: Set up JDK/Maven
12
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
13
with:
14
distribution: 'zulu'
15
java-version: 11
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "GPG key expires in ${DELTA} seconds"
40
[[ ${DELTA} -ge 0 ]]
41
42
43
44
45
0 commit comments