Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.5.0
uses: buildpacks/github-actions/setup-pack@v5.5.1
- 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
Expand Down Expand Up @@ -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.5.0
uses: buildpacks/github-actions/setup-pack@v5.5.1
- name: Restore Docker images from the cache
uses: actions/cache/restore@v3
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.5.0
uses: buildpacks/github-actions/setup-pack@v5.5.1
- name: Restore Docker images from the cache
uses: actions/cache/restore@v3
with:
Expand Down