diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 315f771..407c7a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.7.5 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.7.4 + uses: buildpacks/github-actions/setup-pack@v5.8.3 # The images are pulled up front to prevent duplicate pulls due to the tests being run concurrently. - name: Pull builder image run: docker pull ${{ env.INTEGRATION_TEST_CNB_BUILDER }}