From ab22c4b0f8b3320ab88f3a374e6d99a7d7a4613d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:50:51 +0000 Subject: [PATCH] chore(deps): Bump actions/cache in /.github/actions/build-docker-image Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [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.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 ded24832..edef771c 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.1.0 + uses: actions/cache/restore@v4.1.1 with: path: .cache/trivy/db key: trivy @@ -172,7 +172,7 @@ runs: fi - name: Cache Trivy database - uses: actions/cache/save@v4.1.0 + uses: actions/cache/save@v4.1.1 with: path: .cache/trivy/db key: trivy