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

Commit 09c5331

Browse files
Bump actions/cache from 3.2.3 to 3.2.5 (#276)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.3...v3.2.5) --- 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 4372ba2 commit 09c5331

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].3
42+
uses: actions/[email protected].5
4343
with:
4444
path: ~/.sonar/cache
4545
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)