From 29d4757a9339365a78e0dee325f63059b4cff7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:18:43 +0000 Subject: [PATCH] Upgrade: [dependabot] - Bump actions/cache from 3 to 4 (#2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com> --- .github/workflows/quality_checks.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality_checks.yml b/.github/workflows/quality_checks.yml index 45cff85..b170054 100644 --- a/.github/workflows/quality_checks.yml +++ b/.github/workflows/quality_checks.yml @@ -27,7 +27,7 @@ jobs: asdf_branch: v0.11.3 - name: Cache asdf - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.asdf diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49a4fff..2210153 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: asdf_branch: v0.11.3 - name: Cache asdf - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.asdf