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 f963041 commit 117d135Copy full SHA for 117d135
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/[email protected]
20
- name: Setup JDK
21
- uses: actions/setup-java@v4.3.0
+ uses: actions/setup-java@v4.4.0
22
with:
23
java-version: ${{ matrix.java }}
24
architecture: ${{ matrix.architecture }}
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
ref: ${{ github.event.inputs.release-tag }}
25
26
distribution: 'oracle'
27
0 commit comments