Skip to content

Commit 9f7619f

Browse files
committed
Update GitHub Actions and Maven (#1135)
1 parent e38bcdd commit 9f7619f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
os: [macos-latest, ubuntu-latest, windows-latest]
1717
runs-on: ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v4
20-
- uses: actions/setup-java@v4
19+
- uses: actions/checkout@v5
20+
- uses: actions/setup-java@v5
2121
with:
2222
distribution: 'temurin'
2323
java-version: ${{ matrix.java-version }}
24-
- run: mvn wrapper:wrapper --no-transfer-progress -Dmaven="3.9.9"
24+
- run: mvn wrapper:wrapper --no-transfer-progress -Dmaven="3.9.11"
2525
- run: ./mvnw -B install --fail-at-end --no-transfer-progress --file pom.xml

0 commit comments

Comments
 (0)