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 1bac81f commit 129f786Copy full SHA for 129f786
.github/workflows/ci.yml
@@ -17,9 +17,9 @@ jobs:
17
- { name: "Docker 19.03.9", dockerVersion: "5:19.03.9~3-0~ubuntu-focal", javaVersion: 8 }
18
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
- name: Set up JDK
22
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
23
with:
24
java-version: ${{matrix.javaVersion}}
25
distribution: temurin
.github/workflows/release.yml
@@ -10,9 +10,9 @@ jobs:
10
build:
11
runs-on: ubuntu-22.04
12
13
14
- name: Set up JDK 8
15
16
java-version: 8
0 commit comments