diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5837787c..318b557a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2 - 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_BUILDER }}