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