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 4b439d1 commit ac62267Copy full SHA for ac62267
.github/workflows/pull-requests.yml
@@ -21,9 +21,9 @@ jobs:
21
run: git fetch --tags
22
23
- name: Setup JDK
24
- uses: actions/setup-java@v3.12.0
+ uses: actions/setup-java@v4
25
with:
26
- java-version: 11
+ java-version: 17
27
distribution: 'adopt'
28
29
- name: Setup Node
.github/workflows/release.yml
@@ -22,9 +22,9 @@ jobs:
run: git fetch --tags --force
30
0 commit comments