File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
- name : Checkout
31
31
uses : actions/checkout@v4
32
32
- name : Install Pack CLI
33
- uses : buildpacks/github-actions/setup-pack@v5.5.2
33
+ uses : buildpacks/github-actions/setup-pack@v5.5.3
34
34
- name : Create builder image
35
35
run : pack builder create ${{ matrix.builder }} --config ${{ matrix.builder }}/builder.toml --pull-policy always
36
36
# We export the run image too (and not just the generated builder image), since it adds virtually
70
70
ref : main
71
71
repository : heroku/${{ matrix.language }}-getting-started.git
72
72
- name : Install Pack CLI
73
- uses : buildpacks/github-actions/setup-pack@v5.5.2
73
+ uses : buildpacks/github-actions/setup-pack@v5.5.3
74
74
- name : Restore Docker images from the cache
75
75
uses : actions/cache/restore@v4
76
76
with :
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Checkout
111
111
uses : actions/checkout@v4
112
112
- name : Install Pack CLI
113
- uses : buildpacks/github-actions/setup-pack@v5.5.2
113
+ uses : buildpacks/github-actions/setup-pack@v5.5.3
114
114
- name : Restore Docker images from the cache
115
115
uses : actions/cache/restore@v4
116
116
with :
You can’t perform that action at this time.
0 commit comments