Skip to content

Commit

Permalink
Merge pull request #497 from Prafulrakhade/release-0.11.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 15365db + 6a30b7b commit 04b0cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
with:
java-version: 11
- name: Cache SonarCloud packages
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache Gradle packages
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Expand Down

0 comments on commit 04b0cb5

Please sign in to comment.