Skip to content

Commit 3afaa04

Browse files
Bump actions/cache from 4.2.0 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.0...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d4f581 commit 3afaa04

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
@@ -57,14 +57,14 @@ jobs:
5757
with:
5858
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5959
- name: Cache SonarCloud packages
60-
uses: actions/[email protected].0
60+
uses: actions/[email protected].3
6161
with:
6262
path: ~\sonar\cache
6363
key: ${{ runner.os }}-sonar
6464
restore-keys: ${{ runner.os }}-sonar
6565
- name: Cache SonarCloud scanner
6666
id: cache-sonar-scanner
67-
uses: actions/[email protected].0
67+
uses: actions/[email protected].3
6868
with:
6969
path: .\.sonar\scanner
7070
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)