From 6e46ae9a3e4a5ce1e110862cd9f1a81c1949e1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 07:49:26 +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 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8a27fc5..2c194f96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: cache: 'pnpm' - name: Turbo Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules/.cache/turbo key: turbo-${{ runner.os }}-${{ github.sha }} @@ -93,7 +93,7 @@ jobs: cache: 'pnpm' - name: Turbo Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules/.cache/turbo key: turbo-${{ runner.os }}-${{ github.sha }} @@ -134,7 +134,7 @@ jobs: cache: 'pnpm' - name: Turbo Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules/.cache/turbo key: turbo-${{ runner.os }}-${{ github.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa1b9c60..407af811 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Turbo Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules/.cache/turbo key: turbo-${{ runner.os }}-${{ github.sha }}