diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37683ec3..b74d655e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.7.1 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.4.0 + uses: buildpacks/github-actions/setup-pack@v5.5.0 - name: Run integration tests # Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests). run: cargo test --locked -- --ignored @@ -73,7 +73,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.7.1 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.4.0 + uses: buildpacks/github-actions/setup-pack@v5.5.0 - name: Pull builder image run: | docker pull "heroku/builder:22"