Skip to content

Commit ed84229

Browse files
Bump actions/cache from 4.1.1 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.1...v4.2.0) --- 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 ab87e2f commit ed84229

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

6161
- name: Cache SonarCloud packages
62-
uses: actions/cache@v4.1.1
62+
uses: actions/cache@v4.2.0
6363
with:
6464
path: ~\sonar\cache
6565
key: ${{ runner.os }}-sonar
6666
restore-keys: ${{ runner.os }}-sonar
6767

6868
- name: Cache SonarCloud scanner
6969
id: cache-sonar-scanner
70-
uses: actions/cache@v4.1.1
70+
uses: actions/cache@v4.2.0
7171
with:
7272
path: .\.sonar\scanner
7373
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)