Skip to content

Commit dd051c1

Browse files
chore(deps): bump actions/cache from 5.0.3 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.3...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 292a712 commit dd051c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: dive --ci --source=docker "${IMAGE_NAME}:test"
9393

9494
- name: Cache Trivy vulnerability DB
95-
uses: actions/cache@v5.0.3
95+
uses: actions/cache@v6.1.0
9696
with:
9797
path: ~/.cache/trivy
9898
key: trivy-db-${{ runner.os }}-${{ github.run_id }}

0 commit comments

Comments
 (0)