From 4f7f6b6c6f5c21517464e8fd508980cc7ee9d66d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:49:16 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .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 f6e2464..6c27011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: fetch-depth: 0 path: extension - - uses: actions/cache@v4 + - uses: actions/cache@v5 name: Cache dependencies env: cache-name: collisionhook-cache