Skip to content

Commit

Permalink
Merge pull request #27 from dm-drogeriemarkt/new-cache
Browse files Browse the repository at this point in the history
use new cache action
  • Loading branch information
waschmittel authored Jan 8, 2025
2 parents 862d904 + b4bc43b commit a616cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-with-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit a616cbe

Please sign in to comment.