From 5709ebe7bd61d9285867d25cab68f4a259153652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:45:58 +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 | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbb000a..fb1eb6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron @@ -69,7 +69,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee20b6f..5c1538c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron @@ -97,7 +97,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron @@ -160,7 +160,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron