Skip to content

Commit 24ce12f

Browse files
authored
Merge pull request #3 from stho32/dependabot/github_actions/actions/cache-5
Bump actions/cache from 1 to 5
2 parents b21506f + 687f3b4 commit 24ce12f

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
@@ -24,14 +24,14 @@ jobs:
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2626
- name: Cache SonarCloud packages
27-
uses: actions/cache@v1
27+
uses: actions/cache@v5
2828
with:
2929
path: ~\sonar\cache
3030
key: ${{ runner.os }}-sonar
3131
restore-keys: ${{ runner.os }}-sonar
3232
- name: Cache SonarCloud scanner
3333
id: cache-sonar-scanner
34-
uses: actions/cache@v1
34+
uses: actions/cache@v5
3535
with:
3636
path: .\.sonar\scanner
3737
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)