diff --git a/.github/workflows/bump_and_deploy.yml b/.github/workflows/bump_and_deploy.yml index d72d481f..678d1737 100644 --- a/.github/workflows/bump_and_deploy.yml +++ b/.github/workflows/bump_and_deploy.yml @@ -31,7 +31,7 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.1.0 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 2b5597cd..9b476086 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.3.2 + uses: actions/cache@v4.1.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}