Skip to content

Commit c92b735

Browse files
authored
Merge pull request #265 from ak-git/renovate/actions-cache-6.x
2 parents a50a8bf + 2065058 commit c92b735

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
@@ -27,13 +27,13 @@ jobs:
2727
with:
2828
gradle-version: '9.6.0'
2929
- name: Cache SonarCloud packages
30-
uses: actions/cache@v5
30+
uses: actions/cache@v6
3131
with:
3232
path: ~/.sonar/cache
3333
key: ${{ runner.os }}-sonar-${{ hashFiles('**/build.gradle') }}
3434
restore-keys: ${{ runner.os }}-sonar-
3535
- name: Cache Gradle packages
36-
uses: actions/cache@v5
36+
uses: actions/cache@v6
3737
with:
3838
path: |
3939
~/.gradle/caches

0 commit comments

Comments
 (0)