Skip to content

Commit

Permalink
Get rid of maven-cache-github-action which uses deprecated Node.js …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
nvamelichev committed Apr 10, 2024
1 parent 36346c7 commit ea2d25c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,7 @@ jobs:
with:
java-version: 17
distribution: 'temurin'

- name: Restore Maven cache
uses: skjolber/maven-cache-github-action@v1
with:
step: restore
cache: 'maven'

- name: Build with Maven
run: mvn $MAVEN_ARGS verify

- name: Save Maven cache
uses: skjolber/maven-cache-github-action@v1
with:
step: save

0 comments on commit ea2d25c

Please sign in to comment.