Skip to content

Commit 096f0ae

Browse files
committed
chore: Update setup-java gh action
1 parent e42d4e8 commit 096f0ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v3
3636
- name: Setup java
37-
uses: actions/setup-java@v2
37+
uses: actions/setup-java@v4
3838
with:
3939
distribution: 'zulu'
4040
java-version: ${{ matrix.java }}
41-
cache: 'maven'
41+
cache: maven
42+
cache-dependency-path: '**/pom.xml'
4243
- name: Build with Maven
4344
run: mvn compile test

0 commit comments

Comments
 (0)