From 82e07420668ef8656af04606a41283d1e52b2504 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 31 May 2022 10:27:07 +0000 Subject: [PATCH] Update actions/cache action to v3.0.3 --- .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 f5cfd8a094..2192aa5c80 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.2 + uses: actions/cache@v3.0.3 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.2 + uses: actions/cache@v3.0.3 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.2 + uses: actions/cache@v3.0.3 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }}