Skip to content

Commit 89c90f6

Browse files
authored
Merge pull request #2067 from microsoft/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 75429dd + 433335c commit 89c90f6

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@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.sonar/cache
3333
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)