We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc22872 commit f1252b9Copy full SHA for f1252b9
2 files changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
java-version: [ '8.0.x', '11.0.x' ]
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
22
23
- name: Set up JDK ${{ matrix.java-version }}
24
uses: actions/setup-java@v2
.github/workflows/publish.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
11
12
13
- name: Set up JDK 1.8
14
0 commit comments