Skip to content

Commit 5f0c542

Browse files
build(deps): bump actions/cache from 5.0.1 to 5.0.2 (#4484)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...8b402f5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 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 4d103d6 commit 5f0c542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
199199

200200
- name: Restore trivy cache
201-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
201+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
202202
with:
203203
path: cache/db
204204
key: trivy-cache-${{ steps.date.outputs.date }}

.github/workflows/trivydb-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
rm javadb.tar.gz
3434
3535
- name: Cache DBs
36-
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
36+
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3737
with:
3838
path: ${{ github.workspace }}/.cache/trivy
3939
key: cache-trivy-${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)