diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ea51b86..c2e0c55 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@v3.0.2 + uses: actions/cache@v3.0.8 with: path: node_modules key: ${{ runner.os }}-npm-cache diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 10d77d9..b6fdafd 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@v3.0.2 + uses: actions/cache@v3.0.8 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@v3.0.2 + uses: actions/cache@v3.0.8 with: path: node_modules key: ${{ runner.os }}-npm-cache