Skip to content

Commit f47cb4c

Browse files
authored
Merge pull request #206 from ak-git/renovate/actions-cache-6.x
2 parents 15ff718 + ddc31bc commit f47cb4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
with:
2929
gradle-version: '9.6.0'
3030
- name: Cache SonarCloud packages
31-
uses: actions/cache@v5
31+
uses: actions/cache@v6
3232
with:
3333
path: ~/.sonar/cache
3434
key: ${{ runner.os }}-sonar-${{ hashFiles('**/build.gradle') }}
3535
restore-keys: ${{ runner.os }}-sonar-
3636
- name: Cache Gradle packages
37-
uses: actions/cache@v5
37+
uses: actions/cache@v6
3838
with:
3939
path: |
4040
~/.gradle/caches

0 commit comments

Comments
 (0)