Skip to content

Commit

Permalink
Merge pull request #787 from Prafulrakhade/develop
Browse files Browse the repository at this point in the history
[MOSIP-38397] Upgraded actions/cache version
  • Loading branch information
ckm007 authored Dec 19, 2024
2 parents b08cd45 + 26a5080 commit b7cac94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

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

0 comments on commit b7cac94

Please sign in to comment.