We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3fa71 commit 9d23e5dCopy full SHA for 9d23e5d
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v3
30
- name: Set up JDK ${{ matrix.java }}
31
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
32
with:
33
distribution: 'adopt'
34
java-version: ${{ matrix.java }}
@@ -51,7 +51,7 @@ jobs:
51
- name: Gradle wrapper validation
52
uses: gradle/wrapper-validation-action@v1
53
- name: Set up JDK
54
55
56
57
@@ -82,7 +82,7 @@ jobs:
82
83
persist-credentials: false # without this, all access tokens set later on will be ignored
84
85
86
87
88
java-version: 11
0 commit comments