Skip to content

Commit b21ab3c

Browse files
authored
Merge pull request #496 from Prafulrakhade/develop
[MOSIP-38397] Upgraded actions/cache version
2 parents 21837f0 + b18bb55 commit b21ab3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_trigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
with:
5050
java-version: 11
5151
- name: Cache SonarCloud packages
52-
uses: actions/cache@v1
52+
uses: actions/cache@v4
5353
with:
5454
path: ~/.sonar/cache
5555
key: ${{ runner.os }}-sonar
5656
restore-keys: ${{ runner.os }}-sonar
5757
- name: Cache Gradle packages
58-
uses: actions/cache@v1
58+
uses: actions/cache@v4
5959
with:
6060
path: ~/.gradle/caches
6161
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)