From 110c2cba0596fae805504e63bd9f98ca9493176d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 30 Mar 2022 11:10:45 +0000 Subject: [PATCH] Update actions/cache action to v3.0.1 --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1666d34092..711c8e497a 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@v3.0.0 + uses: actions/cache@v3.0.1 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@v3.0.0 + uses: actions/cache@v3.0.1 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@v3.0.0 + uses: actions/cache@v3.0.1 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }}