From 34f89265cb7bb3548018e1f540acc7c11ba962a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:43:49 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 3.2.6 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.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.2.6...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 2a4ac2e..3a44f99 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@v4 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.2 with: path: /tmp/.docker-cache key: docker-${{ matrix.architecture }}-${{ github.sha }}