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

Commit d5e4320

Browse files
GitHubActions(deps): Bump actions/cache from 3.0.1 to 3.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cf0b62 commit d5e4320

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)