From ecd43cce3e59454fba4191d997c25ab0a092d7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:22:34 +0000 Subject: [PATCH] chore(deps): bump actions/cache Bumps the actions group in /.github/actions/prepare-build-env with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 6.0.0 to 6.1.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/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/actions/prepare-build-env/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/prepare-build-env/action.yml b/.github/actions/prepare-build-env/action.yml index 9d46222..73411ed 100644 --- a/.github/actions/prepare-build-env/action.yml +++ b/.github/actions/prepare-build-env/action.yml @@ -22,7 +22,7 @@ runs: - name: Cache rust-toolchain (restore) id: rustup-cache - uses: actions/cache/restore@v6.0.0 + uses: actions/cache/restore@v6.1.0 with: path: | ~/.rustup/toolchains @@ -45,7 +45,7 @@ runs: echo "version=$(rustc --version | cut -d ' ' -f 2)" >> $GITHUB_OUTPUT - name: Cache rust-toolchain (save) - uses: actions/cache/save@v6.0.0 + uses: actions/cache/save@v6.1.0 if: steps.rustup-cache.outputs.cache-hit != 'true' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') with: path: | @@ -56,7 +56,7 @@ runs: - name: Cache cargo output (restore) id: cargo-cache - uses: actions/cache/restore@v6.0.0 + uses: actions/cache/restore@v6.1.0 with: path: | ~/.cargo/bin/