diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96c252aa..12eb6ae3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v1.4.0 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v4.6.0 + uses: buildpacks/github-actions/setup-pack@v4.7.0 - name: Run integration tests # Runs any tests annotated with the `#[ignore]` attribute (which in this repo, are all of the integration tests). run: cargo test -- --ignored