From c0e99e3e089bab35a5c97f20f479af2d8f90fe91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:52:08 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 1bd1e32 --- .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 c937b48d8..bf38bc0ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: version: '1.25.4' - name: Cache node modules - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: ~/.npm key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }}