Skip to content

Commit f1f752b

Browse files
authored
Merge pull request #2133 from microsoft/dependabot/github_actions/actions/cache-6
chore(deps): bump actions/cache from 5 to 6
2 parents 9cfdca0 + d32d879 commit f1f752b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: 'temurin'
2828
cache: gradle
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

0 commit comments

Comments
 (0)