diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 21b02a41..8b5ad646 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -41,7 +41,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.7.3 + uses: buildpacks/github-actions/setup-pack@v5.7.4 - name: Create builder image run: pack builder create ${{ matrix.builder }} --config ${{ matrix.builder }}/builder.toml --pull-policy always # We export the run image too (and not just the generated builder image), since it adds virtually @@ -85,7 +85,7 @@ jobs: ref: main repository: heroku/${{ matrix.language }}-getting-started.git - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.7.3 + uses: buildpacks/github-actions/setup-pack@v5.7.4 - name: Restore Docker images from the cache uses: actions/cache/restore@v4 with: @@ -124,7 +124,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.7.3 + uses: buildpacks/github-actions/setup-pack@v5.7.4 with: # Using an older version of Pack CLI here (that only supports Platform API <= 0.9), # for testing parity with the Platform API version used by Kodon for Functions: