Skip to content

Commit 968a000

Browse files
committed
Updated the action versions
1 parent a02f422 commit 968a000

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
java: [ 8, 11, 17, 19 ]
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Set up JDK ${{ matrix.java }}
18-
uses: actions/setup-java@v3
18+
uses: actions/setup-java@v4
1919
with:
2020
java-version: ${{ matrix.java }}
2121
distribution: 'temurin'
22+
cache: maven
2223
- name: Build with Maven
2324
run: mvn clean install -Dgpg.skip -Dmaven.javadoc.skip=true
2425
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)