diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c7d674f..26c54e5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: id: npm-cache run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.3.1 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -58,7 +58,7 @@ jobs: with: node-version: '12' - name: Cache .npm directory - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/gh-npm-release.yml b/.github/workflows/gh-npm-release.yml index 569b8731..72123eee 100644 --- a/.github/workflows/gh-npm-release.yml +++ b/.github/workflows/gh-npm-release.yml @@ -16,7 +16,7 @@ jobs: with: node-version: '12' - name: Cache .npm directory - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 3223dc9d..75e0b82b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,7 +16,7 @@ jobs: with: node-version: '12' - name: Cache .npm directory - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index dd8dc0a2..4a25a502 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -16,7 +16,7 @@ jobs: with: node-version: '12' - name: Cache .npm directory - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}