From 9b4dba0b2bcef3738da661982cf1d87c81feafb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:56:30 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/example-install-only.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example-install-only.yml b/.github/workflows/example-install-only.yml index 81a51eefe..5d03e4a23 100644 --- a/.github/workflows/example-install-only.yml +++ b/.github/workflows/example-install-only.yml @@ -23,7 +23,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@v5 + uses: actions/cache@v6 with: path: | ~/.cache/Cypress