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 8ab5102 commit 2fad08fCopy full SHA for 2fad08f
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
name: "Gradle wrapper validation"
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- uses: gradle/wrapper-validation-action@v1
12
build:
13
name: "Build"
@@ -18,7 +18,7 @@ jobs:
18
java: [ 8, 11, 17, 19 ]
19
runs-on: ${{ matrix.os }}
20
21
22
- uses: actions/setup-java@v4
23
with:
24
distribution: temurin
@@ -40,7 +40,7 @@ jobs:
40
matrix:
41
42
43
44
45
46
java-version: ${{ matrix.java }}
0 commit comments