From 3b0b3bb677a5f4ae27ab89c59441ec7256018a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 18:56:04 +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 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2adffa2..15c0212 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,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 7650cfa..4564a14 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 @@ -92,7 +92,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron