From fbd54d777ca00e0c782fc82b9a473856c05cd92d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 00:11:54 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .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 f6cfad6..7ff86f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: fetch-depth: 0 path: extension - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache dependencies env: cache-name: collisionhook-cache