Skip to content

Commit 33216ad

Browse files
authored
Merge pull request #56 from xdev-software/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 8fcd6b1 + d2d9ad0 commit 33216ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
java-version: 17
3838

3939
- name: Cache SonarCloud packages
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: ~/.sonar/cache
4343
key: ${{ runner.os }}-sonar
4444
restore-keys: ${{ runner.os }}-sonar
4545

4646
- name: Cache Gradle packages
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: ~/.gradle/caches
5050
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)