Skip to content

Commit

Permalink
Merge pull request #5 from mirakl/feat-PROD-17277-cache-v4
Browse files Browse the repository at this point in the history
feat(gh): [PROD-17277] Bump cache action to v4
  • Loading branch information
elagree authored Jan 9, 2025
2 parents 9fd2088 + 9a09540 commit 16f5ca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
java: ['8','11','17']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK ${{matrix.java}}
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{matrix.java}}
- name: Maven -v
run: mvn -v
- name: Cache Maven packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 16f5ca5

Please sign in to comment.