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 e0cb573 commit 6b353e5Copy full SHA for 6b353e5
.github/workflows/maven.yml
@@ -20,10 +20,10 @@ jobs:
20
runs-on: ubuntu-latest
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
24
25
- name: Set up JDK 11
26
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
27
with:
28
distribution: 'adopt-openj9'
29
java-version: '11'
@@ -42,10 +42,10 @@ jobs:
42
43
44
45
46
47
48
49
50
51
0 commit comments