We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe2aa4 commit 9eb2242Copy full SHA for 9eb2242
1 file changed
.github/workflows/maven.yml
@@ -12,9 +12,9 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
- name: Set up JDK 8
17
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
18
with:
19
java-version: '8'
20
distribution: 'zulu'
@@ -30,9 +30,9 @@ jobs:
30
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
31
32
33
34
35
36
37
38
0 commit comments