From 97bf3df361aea91fba7304afbb41b9464df8a756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:28:22 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34a785d..60fe776 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: with: node-version-file: .nvmrc cache: pnpm - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: deps with: path: | @@ -39,7 +39,7 @@ jobs: with: node-version-file: .nvmrc cache: pnpm - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: deps with: path: | @@ -65,7 +65,7 @@ jobs: with: node-version-file: .nvmrc cache: pnpm - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: deps with: path: |