diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bbb8b0e577..2800d739c3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node_modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }} @@ -61,7 +61,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node_modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }} @@ -99,7 +99,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node_modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }}