diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0eaef936718..b805f9a0b25 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -28,7 +28,7 @@ jobs: node-version: 20 - name: Cache Node Modules and Cypress binary - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-primes with: path: | @@ -70,7 +70,7 @@ jobs: node-version: 20 - name: Cache Node Modules and Cypress binary - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-primes with: path: |