From 60f2953aef11eb79555298799a12ce9dcc334f4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:59:38 +0200 Subject: [PATCH] ci(action): update actions/cache digest to a7c34ad (#2274) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8bfd40ba85..01ed9d65bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: needs: test_matrix steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3 + - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # tag=v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}