Skip to content

Commit 39463da

Browse files
Bump buildpacks/github-actions from 5.5.2 to 5.5.3
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.5.2 to 5.5.3. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](buildpacks/github-actions@v5.5.2...v5.5.3) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84af7b1 commit 39463da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v4
3232
- name: Install Pack CLI
33-
uses: buildpacks/github-actions/setup-pack@v5.5.2
33+
uses: buildpacks/github-actions/setup-pack@v5.5.3
3434
- name: Create builder image
3535
run: pack builder create ${{ matrix.builder }} --config ${{ matrix.builder }}/builder.toml --pull-policy always
3636
# We export the run image too (and not just the generated builder image), since it adds virtually
@@ -70,7 +70,7 @@ jobs:
7070
ref: main
7171
repository: heroku/${{ matrix.language }}-getting-started.git
7272
- name: Install Pack CLI
73-
uses: buildpacks/github-actions/setup-pack@v5.5.2
73+
uses: buildpacks/github-actions/setup-pack@v5.5.3
7474
- name: Restore Docker images from the cache
7575
uses: actions/cache/restore@v4
7676
with:
@@ -110,7 +110,7 @@ jobs:
110110
- name: Checkout
111111
uses: actions/checkout@v4
112112
- name: Install Pack CLI
113-
uses: buildpacks/github-actions/setup-pack@v5.5.2
113+
uses: buildpacks/github-actions/setup-pack@v5.5.3
114114
- name: Restore Docker images from the cache
115115
uses: actions/cache/restore@v4
116116
with:

0 commit comments

Comments
 (0)