From 75674bcb36f4adfc5a2ac2e018a3d08d1297ab95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:55:29 +0000 Subject: [PATCH] chore(deps): bump actions/cache in /.github/workflows Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.2.2. - [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.3.2...v4.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f4bb97..5682c57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: # Cache files between builds - name: Setup | Cache Cargo - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.2.2 with: path: | ~/.cargo/registry