diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bdaec42..8c50a2c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2 - 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 working-directory: ${{ matrix.buildpack-directory }} # Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests).