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 883b5a1 commit acadc95Copy full SHA for acadc95
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
11
with:
12
distribution: temurin
13
java-version: 8
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
fetch-depth: 0
14
15
16
0 commit comments