From 9d1bd0597bd948014310403a0c73ff5290934e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 09:03:00 +0000 Subject: [PATCH] Bump actions/cache from 4.1.2 to 4.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.3. - [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.1.2...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52dad07..8988875 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: fetch-depth: 1 - name: Cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.3 with: path: | ~/.cargo/registry @@ -91,7 +91,7 @@ jobs: fetch-depth: 1 - name: Cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.3 with: path: | ~/.cargo/registry