From 6622c7430c60e3c927cf0ba45b702a1d46ea714f Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sun, 26 Jul 2026 10:51:16 +0200 Subject: [PATCH] docs: update README to actions/cache@v6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c5ea30f2..20f4bfc26 100644 --- a/README.md +++ b/README.md @@ -1555,7 +1555,7 @@ If the project has many dependencies, but you want to install just Cypress you c ```yml - uses: actions/checkout@v7 -- uses: actions/cache@v5 +- uses: actions/cache@v6 with: path: | ~/.cache/Cypress