Skip to content

Commit 3e54f21

Browse files
action-deps: bump actions/cache from 4.0.1 to 4.0.2 (#1328)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd3a639 commit 3e54f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
- if: matrix.runSonarCloudScan
196196
name: Cache SonarCloud packages
197197
id: cache_sonar_packages
198-
uses: actions/[email protected].1
198+
uses: actions/[email protected].2
199199
with:
200200
path: ~\sonar\cache
201201
key: ${{ runner.os }}-sonar
@@ -204,7 +204,7 @@ jobs:
204204
- if: matrix.runSonarCloudScan
205205
name: Cache SonarCloud scanner
206206
id: cache_sonar_scanner
207-
uses: actions/[email protected].1
207+
uses: actions/[email protected].2
208208
with:
209209
path: .\.sonar\scanner
210210
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)