Skip to content

Commit

Permalink
updated to actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-herscu committed Dec 31, 2024
1 parent 838fe60 commit 95e36b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-automation-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

- name: setup maven cache
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 95e36b3

Please sign in to comment.