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