Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 5f0ce9f

Browse files
Bump actions/cache from 3.0.2 to 3.0.6 (#228)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.2...v3.0.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 699aa2b commit 5f0ce9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Cache sonar packages
4141
if: ${{ inputs.sonar_analysis == true }}
42-
uses: actions/[email protected].2
42+
uses: actions/[email protected].6
4343
with:
4444
path: ~/.sonar/cache
4545
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)