We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f53c46 commit e19e874Copy full SHA for e19e874
.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
26
steps:
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
28
- name: Set up JDK
29
uses: actions/setup-java@v2
30
with:
.github/workflows/pr.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
if: github.ref == 'refs/heads/master'
19
20
- name: Set up JDK 11
0 commit comments