Skip to content

Commit e2f75ec

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-5' into dependabot/consolidated-updates
2 parents dcb982f + e4c7425 commit e2f75ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
distribution: 'temurin'
3737
cache: gradle
3838
- name: Cache SonarCloud packages
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
with:
4141
path: ~/.sonar/cache
4242
key: ${{ runner.os }}-sonar
4343
restore-keys: ${{ runner.os }}-sonar
4444
- name: Cache Gradle packages
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: ~/.gradle/caches
4848
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)