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 aaf553d commit 7647f71Copy full SHA for 7647f71
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- name: Set up JDK 1.8
11
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
12
with:
13
java-version: 8
14
distribution: 'adopt'
.github/workflows/release.yml
0 commit comments