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 1fec8cb commit 16737b5Copy full SHA for 16737b5
.github/workflows/gradle.yml
@@ -18,7 +18,7 @@ jobs:
18
CI: true
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
- name: Set up JDK 1.8
23
uses: actions/setup-java@v2
24
with:
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ jobs:
6
publish:
7
runs-on: ubuntu-latest
8
9
10
- name: Set up Java
11
12
0 commit comments