From 81f453937b5e64d3224b5a20873a79a8f065645d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 03:09:42 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c2477c769..0c254020c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ~/.npm key: v1-node-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}