From 2c8aa6e9bdb57d269f8bc9a89896a86c2147bf9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 05:29:42 +0000 Subject: [PATCH] chore(deps)(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/desktop-build-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build-and-publish.yml b/.github/workflows/desktop-build-and-publish.yml index bad4c4c0b..972d37593 100644 --- a/.github/workflows/desktop-build-and-publish.yml +++ b/.github/workflows/desktop-build-and-publish.yml @@ -23,7 +23,7 @@ jobs: cache: 'npm' - name: Cache Electron (Windows) - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~\AppData\Local\electron\Cache @@ -106,7 +106,7 @@ jobs: cache: 'npm' - name: Cache Electron (macOS) - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/Library/Caches/electron