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