Skip to content

Commit 65c66ba

Browse files
committed
Merge branch 'master' of https://github.com/WebFuzzing/Commons into tc-validation
2 parents 6dfb51d + 7fd8042 commit 65c66ba

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
- uses: actions/checkout@v4
2929
# Build/test for JDK
3030
- name: Setup JDK 8
31-
uses: actions/setup-java@v1
31+
uses: actions/setup-java@v5
3232
with:
33-
java-version: 1.8
33+
java-version: 8
34+
distribution: corretto
3435
# TODO: likely will need caching for JS deps as well
3536
- name: Cache Maven packages
3637
uses: actions/cache@v3

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup JDK 1.8
18-
uses: actions/setup-java@v1
18+
uses: actions/setup-java@v5
1919
with:
20-
java-version: 1.8
20+
java-version: 8
21+
distribution: corretto
2122
- name: Cache Maven packages
2223
uses: actions/cache@v3
2324
with:

0 commit comments

Comments
 (0)