From d3e9f5202b2447d6c77b9f549de9720862099272 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 10:32:02 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1b8143c3..96b937a6 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -43,7 +43,7 @@ jobs: with: node-version: 16 - name: Restore CI Cache - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 id: cache-restore with: path: node_modules