diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 7afa7aea..822ff5a8 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.4.0 + uses: buildpacks/github-actions/setup-pack@v5.5.0 - 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 @@ -70,7 +70,7 @@ jobs: ref: main repository: heroku/${{ matrix.language }}-getting-started.git - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.4.0 + uses: buildpacks/github-actions/setup-pack@v5.5.0 - name: Restore Docker images from the cache uses: actions/cache/restore@v3 with: @@ -110,7 +110,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.4.0 + uses: buildpacks/github-actions/setup-pack@v5.5.0 - name: Restore Docker images from the cache uses: actions/cache/restore@v3 with: