We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd73ae7 commit 62f2a7dCopy full SHA for 62f2a7d
2 files changed
.github/workflows/ci.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup JDK 8
31
uses: actions/setup-java@v5
32
with:
33
- java-version: 1.8
+ java-version: 8
34
distribution: temurin
35
# TODO: likely will need caching for JS deps as well
36
- name: Cache Maven packages
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup JDK 1.8
18
19
20
21
22
23
uses: actions/cache@v3
0 commit comments