From ab210e638942a9643907bb7f76c2b3abedb4b2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 20:16:17 +0000 Subject: [PATCH] Bump actions/cache from 4.2.3 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. - [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.2.3...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 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 0b2dd6b..ffe5242 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: fetch-depth: 1 - name: Cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.3.0 with: path: | ~/.cargo/registry @@ -98,7 +98,7 @@ jobs: fetch-depth: 1 - name: Cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.3.0 with: path: | ~/.cargo/registry