diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1752c4c..dc520e6 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,7 +12,7 @@ jobs: with: node-version: '14.x' - name: Cache NPM dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.1 with: path: node_modules key: ${{ runner.os }}-npm-cache diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 3c177ef..d89d36b 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -17,7 +17,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache NPM dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.1 with: path: node_modules key: ${{ runner.os }}-npm-cache @@ -41,7 +41,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache NPM dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.1 with: path: node_modules key: ${{ runner.os }}-npm-cache