From 0b7ae0adbf36036b8df507ea839a01f7ece44433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:50:10 -0700 Subject: [PATCH] Update actions/cache digest to 704facf (#1174) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: tsmartt <81187695+tsmartt@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 e89f7e89c..1da0d7d42 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@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: ~/.npm key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }}