Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit e0b72c7

Browse files
authored
Merge pull request #7 from TechNobre/dependabot/github_actions/develop/actions/cache-3.0.2
GitHubActions(deps): Bump actions/cache from 3.0.1 to 3.0.2
2 parents 4cf0b62 + d5e4320 commit e0b72c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3434

3535
- name: Cache SonarCloud packages
36-
uses: actions/cache@v3.0.1
36+
uses: actions/cache@v3.0.2
3737
with:
3838
path: ~\sonar\cache
3939
key: ${{ runner.os }}-sonar
4040
restore-keys: ${{ runner.os }}-sonar
4141

4242
- name: Cache SonarCloud scanner
4343
id: cache-sonar-scanner
44-
uses: actions/cache@v3.0.1
44+
uses: actions/cache@v3.0.2
4545
with:
4646
path: .\.sonar\scanner
4747
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)