Skip to content

Commit ed3c874

Browse files
action-deps: bump actions/cache from 4.2.2 to 4.2.3 (#1420)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 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.2...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b68150 commit ed3c874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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].2
198+
uses: actions/[email protected].3
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].2
207+
uses: actions/[email protected].3
208208
with:
209209
path: .\.sonar\scanner
210210
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)