diff --git a/.github/workflows/bump_and_deploy.yml b/.github/workflows/bump_and_deploy.yml index b3bca8dc..50839d37 100644 --- a/.github/workflows/bump_and_deploy.yml +++ b/.github/workflows/bump_and_deploy.yml @@ -30,7 +30,7 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.3.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index 13114694..b4e0ea81 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -25,7 +25,7 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.3.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}