From d4b6bf6f94d5a89241356df3a1a681b0a30fc2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:57:54 +0000 Subject: [PATCH] Bump actions/cache from 3.0.10 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11. - [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.10...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 6f7fa10..6e7fca6 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.10 + uses: actions/cache@v3.0.11 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 03735cd..ed427d8 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.10 + uses: actions/cache@v3.0.11 with: path: /tmp/.buildx-cache # Key is named differently to avoid collision