We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c917d8 commit fea3a31Copy full SHA for fea3a31
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
name: "Build JDK 1.8"
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2.3.4
19
- name: Set up JDK 1.8
20
uses: actions/setup-java@v1
21
with:
@@ -26,7 +26,7 @@ jobs:
26
name: "Build JDK 11"
27
28
29
30
- name: Set up JDK 11
31
32
.github/workflows/release.yaml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
10
11
12
- name: Set up JDK
13
14
0 commit comments