From e339272d93c8d8d1d500f4926187ad0cf04385a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:33:00 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.3.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.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/v3.3.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.build.yml b/.github/workflows/docker.build.yml index a9c4cdf0..ab701082 100644 --- a/.github/workflows/docker.build.yml +++ b/.github/workflows/docker.build.yml @@ -26,7 +26,7 @@ jobs: - name: Set up helmfile uses: helmfile/helmfile-action@v1.9.1 - name: Cache Docker layers - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.1.2 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}