Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Commit cdae097

Browse files
committed
Bump GitHub Actions versions
1 parent 1494e7a commit cdae097

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ on:
1111

1212
jobs:
1313
build:
14-
1514
runs-on: ubuntu-latest
1615

1716
steps:
1817
- uses: actions/checkout@v4
19-
- name: Set up JDK 17
18+
- name: Set up JDK 21
2019
uses: actions/setup-java@v1
2120
with:
22-
java-version: 17
21+
java-version: 21
2322
- name: Build with Maven
2423
run: mvn -B package --file pom.xml -DskipTests
2524
- name: Make staging directory

0 commit comments

Comments
 (0)