From 1f22ca734780968cd37fdb7eaaae1b470f9192aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 04:48:31 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.7 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 8d4eb06..d698581 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -42,7 +42,7 @@ jobs: - name: docker build run: docker build . --file Dockerfile --tag image - name: cached scan db - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.0.0 with: path: vulndb/ key: trivy-vulndb