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 }}