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.
2 parents 546a796 + 663082c commit bca41b2Copy full SHA for bca41b2
.github/workflows/codecov.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-20.04
10
steps:
11
- uses: actions/checkout@v3
12
- - uses: actions/setup-java@v1
+ - uses: actions/setup-java@v3
13
with:
14
java-version: 11
15
- uses: actions/cache@v3
.github/workflows/mvn.yml
@@ -16,7 +16,7 @@ jobs:
16
java: [11, 13]
17
18
19
20
21
java-version: ${{ matrix.java }}
22
.github/workflows/owasp.yml
@@ -13,7 +13,7 @@ jobs:
- name: JDK 1.8
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v3
java-version: 1.8
- name: Maven
0 commit comments