diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d4297b9..f1ad4acc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.8.3 + uses: buildpacks/github-actions/setup-pack@v5.8.8 # 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_BUILDER }}