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 f76dec6 commit 73ecff8Copy full SHA for 73ecff8
β.github/workflows/pull-request.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/[email protected]
14
- name: set up JDK
15
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
16
with:
17
distribution: "adopt"
18
java-version: 17
@@ -42,7 +42,7 @@ jobs:
42
43
fetch-depth: 0
44
- name: Install JDK
45
46
47
48
β.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
- name: Install JDK ${{ matrix.java_version }}
19
20
21
0 commit comments