diff --git a/.github/workflows/check_formatting.yml b/.github/workflows/check_formatting.yml index dde858a0c..46359b35e 100644 --- a/.github/workflows/check_formatting.yml +++ b/.github/workflows/check_formatting.yml @@ -31,7 +31,7 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/check_linting.yml b/.github/workflows/check_linting.yml index e93400b0b..b3703cc40 100644 --- a/.github/workflows/check_linting.yml +++ b/.github/workflows/check_linting.yml @@ -31,7 +31,7 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 996f62c6e..34735fdc1 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -34,7 +34,7 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}