diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6d816da3..d3cacd13 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@v3 + uses: actions/cache@v4 id: cache-primes with: path: | @@ -70,7 +70,7 @@ jobs: node-version: 20 - name: Cache Node Modules and Cypress binary - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-primes with: path: |