Skip to content

Commit

Permalink
Deprecation of https://github.com/actions/cache < v3
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta authored and thijskh committed Dec 11, 2024
1 parent aa4e2ee commit 48f26f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-security-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cache: 'maven'
- name: Set up maven cache if needed
if: steps.check_maven.outputs.files_exists == 'true'
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 48f26f7

Please sign in to comment.