Skip to content

Commit b0e004f

Browse files
committed
Update GH actions to use latest of everything
1 parent cd91507 commit b0e004f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/MacOsPR.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
- name: Set up JDK 17
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: 17
19+
java-version: 21
2020
distribution: 'temurin'
2121
- name: Set up Maven
22-
uses: stCarolas/setup-maven@v4.5
22+
uses: stCarolas/setup-maven@v5
2323
with:
24-
maven-version: 3.9.2
24+
maven-version: 3.9.6
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: '18'
27+
node-version: '20'
2828
- name: Build with Maven
2929
run: mvn -B clean verify

.github/workflows/licensecheck.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
with:
5252
repository: ${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }}
5353
ref: ${{ fromJSON(steps.get-pr.outputs.result).head.sha }} # or .head.ref for branch name
54-
- name: Set up JDK 17
54+
- name: Set up JDK 21
5555
uses: actions/setup-java@v4
5656
with:
57-
java-version: '17'
57+
java-version: '21'
5858
distribution: 'temurin'
5959
- name: Set up Maven
60-
uses: stCarolas/setup-maven@v4.5
60+
uses: stCarolas/setup-maven@v5
6161
with:
62-
maven-version: 3.9.2
62+
maven-version: 3.9.6
6363
- name: Cache local Maven repository
6464
uses: actions/cache@v4
6565
with:

.github/workflows/windowsPR.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
- name: Set up JDK 17
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: 17
19+
java-version: 21
2020
distribution: 'temurin'
2121
- name: Set up Maven
22-
uses: stCarolas/setup-maven@v4.5
22+
uses: stCarolas/setup-maven@v5
2323
with:
24-
maven-version: 3.9.2
24+
maven-version: 3.9.6
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: '18'
27+
node-version: '20'
2828
- name: Build with Maven
2929
run: mvn -B clean verify

0 commit comments

Comments
 (0)