diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 282ffdd..1544877 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.3 + uses: buildpacks/github-actions/setup-pack@v5.7.4 # 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 }}