Skip to content

Commit

Permalink
Merge pull request #786 from Prafulrakhade/release-0.9.x
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 f35274c + f92e5c3 commit da83c1d
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 da83c1d

Please sign in to comment.