From 26faad7c8ab9fb814c21ab503f8eb03773b91fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 06:11:05 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 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.0.11...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/ci.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e7fca6..2bf18dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -163,7 +163,7 @@ jobs: - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v4.1.2 with: path: /tmp/.buildx-cache # Key is named differently to avoid collision diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ed427d8..352b77d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -101,7 +101,7 @@ jobs: - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v4.1.2 with: path: /tmp/.buildx-cache # Key is named differently to avoid collision