diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b560de4f..fce37106 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.7.3 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.6.0 + uses: buildpacks/github-actions/setup-pack@v5.7.0 - name: Pull builder image run: docker pull ${{ env.INTEGRATION_TEST_CNB_BUILDER }} - name: Run integration tests