From 72e76d3257968341f8d0c78ff7defe00d9988bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 06:42:43 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 3.2.6 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 4.2.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/v3.2.6...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fca59be9..d6a0dd23 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@v3 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v4.2.0 with: path: /tmp/.docker-cache key: docker-${{ matrix.architecture }}-${{ github.sha }}