Skip to content

Commit d70a837

Browse files
Bump actions/cache from 3.2.3 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.3...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 031bc75 commit d70a837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
with:
5757
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5858
- name: Cache SonarCloud packages
59-
uses: actions/cache@v3.2.3
59+
uses: actions/cache@v3.3.2
6060
with:
6161
path: ~\sonar\cache
6262
key: ${{ runner.os }}-sonar
6363
restore-keys: ${{ runner.os }}-sonar
6464
- name: Cache SonarCloud scanner
6565
id: cache-sonar-scanner
66-
uses: actions/cache@v3.2.3
66+
uses: actions/cache@v3.3.2
6767
with:
6868
path: .\.sonar\scanner
6969
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)