From c359561108be03f10ebfb3918a263af86c899a26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:03:55 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 655c812f..f4b9fbc6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node_modules - uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3c0a2789..04254149 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node_modules - uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }}