Skip to content

Commit 8336649

Browse files
authored
Merge pull request #1703 from EvilBeaver/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 54b5f1c + d561ba8 commit 8336649

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
with:
2020
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2121
- name: Cache SonarQube packages
22-
uses: actions/cache@v5
22+
uses: actions/cache@v6
2323
with:
2424
path: ~\sonar\cache
2525
key: ${{ runner.os }}-sonar
2626
restore-keys: ${{ runner.os }}-sonar
2727
- name: Cache SonarQube scanner
2828
id: cache-sonar-scanner
29-
uses: actions/cache@v5
29+
uses: actions/cache@v6
3030
with:
3131
path: .\.sonar\scanner
3232
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)