Skip to content

Commit e8e793b

Browse files
Bump actions/cache from 1 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9add430 commit e8e793b

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

5757
- name: Cache SonarCloud packages
58-
uses: actions/cache@v1
58+
uses: actions/cache@v3
5959
with:
6060
path: ~\sonar\cache
6161
key: ${{ runner.os }}-sonar
6262
restore-keys: ${{ runner.os }}-sonar
6363

6464
- name: Cache SonarCloud scanner
6565
id: cache-sonar-scanner
66-
uses: actions/cache@v1
66+
uses: actions/cache@v3
6767
with:
6868
path: .\.sonar\scanner
6969
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)