Skip to content

Commit 3a5303f

Browse files
committed
fixed github actions
1 parent 5eac54d commit 3a5303f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on: [push]
55
jobs:
66
test:
77
runs-on: ubuntu-latest
8-
name: Java 17 test build
8+
name: Java 21 test build
99
steps:
1010
- name: "Check out code"
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: "Set up JDK"
13-
uses: actions/setup-java@v4
13+
uses: actions/setup-java@v5
1414
with:
15-
java-version: 17
15+
java-version: 21
1616
distribution: "zulu"
1717
cache: 'maven'
1818
- name: "Build with Maven"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "set up JDK"
2020
uses: actions/setup-java@v4
2121
with:
22-
java-version: 17
22+
java-version: 21
2323
distribution: "zulu"
2424
cache: 'maven'
2525

0 commit comments

Comments
 (0)