From cebc63950e9325cb81cfd766566bc0a323c94113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 02:18:47 +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/build-native.yml | 2 +- .github/workflows/turbo-vercel-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 74819218..78f4dfed 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -97,7 +97,7 @@ jobs: targets: ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/turbo-vercel-deploy.yml b/.github/workflows/turbo-vercel-deploy.yml index 000146b5..5965d444 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 }}