From feb146941fb9ce5ccf341d3177a1bd7c1413602b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:42:42 +0100 Subject: [PATCH] Bump actions/cache from 3 to 4 (#13) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1b6126..4b284ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: fetch-depth: 0 path: extension - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache dependencies if: ${{ ! startsWith(github.ref, 'refs/tags/') }} env: