From bc246bca0b38c82153e8e6db97b28cad9bb01e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 05:19:00 +0000 Subject: [PATCH] ci(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/turbo-vercel-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/turbo-vercel-deploy.yml b/.github/workflows/turbo-vercel-deploy.yml index 000146b..5965d44 100644 --- a/.github/workflows/turbo-vercel-deploy.yml +++ b/.github/workflows/turbo-vercel-deploy.yml @@ -63,7 +63,7 @@ jobs: rust-toolchain: stable - name: Restore Turbo Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .turbo key: turbo-${{ matrix.target }}-${{ github.sha }}