From 9c730949993b7366753c0c8599f7546ee37b539b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:22:53 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bfaaa8c3..66692b857 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Restore node_modules cache id: cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | apps/desktop/node_modules @@ -75,7 +75,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules @@ -94,7 +94,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules @@ -115,7 +115,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules @@ -136,7 +136,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules @@ -176,7 +176,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules @@ -199,7 +199,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules @@ -218,7 +218,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules @@ -237,7 +237,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules @@ -258,7 +258,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules @@ -332,7 +332,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules @@ -415,7 +415,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: | apps/desktop/node_modules