Skip to content

Commit

Permalink
Merge pull request #349 from Prafulrakhade/release-1.3.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 cb4bd56 + b89770d commit 0c1383e
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 @@ -97,7 +97,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 0c1383e

Please sign in to comment.