diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 025c8e6..dfa4bb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.7.3 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.7.1 + uses: buildpacks/github-actions/setup-pack@v5.7.2 - name: Pull builder image run: docker pull ${{ env.INTEGRATION_TEST_CNB_BUILDER }} # The integration tests are annotated with the `ignore` attribute, allowing us to run