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 f6a14f7 commit a0846beCopy full SHA for a0846be
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Set up JDK 11
13
- uses: actions/setup-java@v4
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
14
with:
15
distribution: 'zulu'
16
java-version: '11'
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
mvn test
30
- name: Set up JDK 17
31
32
33
34
java-version: '17'
0 commit comments