diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5b0dfa2..f5aca75d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: # which include the latest stable release of Rust, Rustup, Clippy and rustfmt. run: rustup update - name: Rust Cache - uses: Swatinem/rust-cache@v2.6.2 + uses: Swatinem/rust-cache@v2.7.0 - name: Clippy # Using --all-targets so tests are checked and --deny to fail on warnings. # Not using --locked here and below since Cargo.lock is in .gitignore. @@ -44,7 +44,7 @@ jobs: - name: Update Rust toolchain run: rustup update - name: Rust Cache - uses: Swatinem/rust-cache@v2.6.2 + uses: Swatinem/rust-cache@v2.7.0 - name: Run unit tests run: cargo test --all-features @@ -60,7 +60,7 @@ jobs: - name: Install Rust linux-musl target 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 - name: Install Pack CLI uses: buildpacks/github-actions/setup-pack@v5.4.0 - name: Run integration tests