diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 6c3255d..5faadfb 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -21,7 +21,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} @@ -52,7 +52,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e3d7f58..af2dcec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-npm-production-${{ hashFiles('**/package-lock.json') }} @@ -66,7 +66,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-npm-production-${{ hashFiles('**/package-lock.json') }} @@ -110,7 +110,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-npm-production-${{ hashFiles('**/package-lock.json') }} @@ -159,7 +159,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-npm-production-${{ hashFiles('**/package-lock.json') }}