From 58a4c991c8c30f3e32814ecf29f644b5cb82173b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:32:02 +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.1 to 4.1.2. - [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.1...v4.1.2) --- 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 b826daa5..da86fa87 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.1 + uses: actions/cache/restore@v4.1.2 with: path: .cache/trivy/db key: trivy @@ -172,7 +172,7 @@ runs: fi - name: Cache Trivy database - uses: actions/cache/save@v4.1.1 + uses: actions/cache/save@v4.1.2 with: path: .cache/trivy/db key: trivy