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

Commit 682fb14

Browse files
Bump actions/cache from 1 to 2.1.7 (#178)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v1...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6c89bf commit 682fb14

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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Cache sonar packages
3434
if: ${{ inputs.sonar_analysis == true }}
35-
uses: actions/cache@v1
35+
uses: actions/cache@v2.1.7
3636
with:
3737
path: ~/.sonar/cache
3838
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)