From 6bcdf60b4cfc402b0a60acaa86abdc111b6f2225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:19:01 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1. - [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.0.2...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Rust.yml b/.github/workflows/Rust.yml index ee9292e..6c802cf 100644 --- a/.github/workflows/Rust.yml +++ b/.github/workflows/Rust.yml @@ -64,7 +64,7 @@ jobs: profile: minimal toolchain: ${{ matrix.toolchain }} - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.1.1 with: path: | ~/.cargo/bin/ @@ -79,7 +79,7 @@ jobs: command: build args: --release --all-features --manifest-path ./blur/Cargo.toml - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.1.1 with: path: | ~/.cargo/bin/ @@ -94,7 +94,7 @@ jobs: command: build args: --release --all-features --manifest-path ./intake/Cargo.toml - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.1.1 with: path: | ~/.cargo/bin/