diff --git a/.github/workflows/_buildpacks-release.yml b/.github/workflows/_buildpacks-release.yml index 9b092916..ac9db743 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -73,7 +73,7 @@ jobs: run: rustup target add x86_64-unknown-linux-musl - name: Rust cache - uses: Swatinem/rust-cache@v2.6.2 + uses: Swatinem/rust-cache@v2.7.0 # the version of `libcnb-cargo` installed here is kept in sync with the version of `libcnb-package` # that the release automation CLI tooling depends on diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3fdf31b..226ee53b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: run: rustup update - name: Rust Cache - uses: Swatinem/rust-cache@v2.6.2 + uses: Swatinem/rust-cache@v2.7.0 - name: Clippy run: cargo clippy --all-targets --all-features -- --deny warnings @@ -42,7 +42,7 @@ jobs: run: rustup update - name: Rust Cache - uses: Swatinem/rust-cache@v2.6.2 + uses: Swatinem/rust-cache@v2.7.0 - name: Test run: cargo test --all-features diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 470464d6..518ed391 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: run: rustup update - name: Rust cache - uses: Swatinem/rust-cache@v2.6.2 + uses: Swatinem/rust-cache@v2.7.0 - name: Install cargo-bump run: cargo install cargo-bump