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 d9f890f commit 63de943Copy full SHA for 63de943
.github/workflows/PR.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Setup JDK
18
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
19
with:
20
java-version: '8'
21
distribution: 'temurin'
.github/workflows/master.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
28
29
30
31
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
ref: ${{ github.event.inputs.branch }}
33
34
35
36
37
38
0 commit comments