diff --git a/.github/workflows/example-install-only.yml b/.github/workflows/example-install-only.yml index 0152efcd1..9765bddcd 100644 --- a/.github/workflows/example-install-only.yml +++ b/.github/workflows/example-install-only.yml @@ -21,7 +21,7 @@ jobs: # (which is important when using ^ version in package.json) # see https://github.com/actions/cache - name: Cache npm and Cypress 📦 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/Cypress diff --git a/README.md b/README.md index 4cbb053a5..a94868c8d 100644 --- a/README.md +++ b/README.md @@ -1477,7 +1477,7 @@ If the project has many dependencies, but you want to install just Cypress you c ```yml - uses: actions/checkout@v6 -- uses: actions/cache@v4 +- uses: actions/cache@v5 with: path: | ~/.cache/Cypress