diff --git a/.github/workflows/Rust.yml b/.github/workflows/Rust.yml index 6c802cf..2d610bc 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.1.1 + - uses: actions/cache@v4.1.2 with: path: | ~/.cargo/bin/ @@ -79,7 +79,7 @@ jobs: command: build args: --release --all-features --manifest-path ./blur/Cargo.toml - - uses: actions/cache@v4.1.1 + - uses: actions/cache@v4.1.2 with: path: | ~/.cargo/bin/ @@ -94,7 +94,7 @@ jobs: command: build args: --release --all-features --manifest-path ./intake/Cargo.toml - - uses: actions/cache@v4.1.1 + - uses: actions/cache@v4.1.2 with: path: | ~/.cargo/bin/