From 31d63e6a606ca23272bbe492b5481cd8f4b6d6e5 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:27:36 +0100 Subject: [PATCH] test(deps): update actions/cache to v5 --- .github/workflows/example-install-only.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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