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 f308cda commit 5c24705Copy full SHA for 5c24705
.github/workflows/build-master.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: gradle/wrapper-validation-action@v1
21
22
- name: Set up java ${{ matrix.java }}
23
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
24
with:
25
distribution: 'temurin'
26
java-version: ${{ matrix.java }}
.github/workflows/pull-request.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
distribution: temurin
0 commit comments