Skip to content

Commit acf9728

Browse files
Bump actions/cache from 3.2.3 to 3.3.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.3.1. - [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.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ff2228 commit acf9728

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
@@ -26,15 +26,15 @@ jobs:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

2828
- name: Cache SonarCloud packages
29-
uses: actions/cache@v3.2.3
29+
uses: actions/cache@v3.3.1
3030
with:
3131
path: ~\sonar\cache
3232
key: ${{ runner.os }}-sonar
3333
restore-keys: ${{ runner.os }}-sonar
3434

3535
- name: Cache SonarCloud scanner
3636
id: cache-sonar-scanner
37-
uses: actions/cache@v3.2.3
37+
uses: actions/cache@v3.3.1
3838
with:
3939
path: .\.sonar\scanner
4040
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)