From d63bcb0df28c4c53def9c219c1fce6c04c8e558d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:10:39 +0000 Subject: [PATCH] chore(deps): Bump actions/cache in /.github/actions/build-docker-image Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.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/v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/build-docker-image/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-docker-image/action.yml b/.github/actions/build-docker-image/action.yml index b1f62bf5..6e8769f9 100644 --- a/.github/actions/build-docker-image/action.yml +++ b/.github/actions/build-docker-image/action.yml @@ -135,7 +135,7 @@ runs: run: mkdir -p .cache/trivy/db - name: Restore Trivy database - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.0 with: path: .cache/trivy/db key: trivy @@ -172,7 +172,7 @@ runs: fi - name: Cache Trivy database - uses: actions/cache/save@v4.0.2 + uses: actions/cache/save@v4.1.0 with: path: .cache/trivy/db key: trivy