File tree 4 files changed +10
-32
lines changed
4 files changed +10
-32
lines changed Original file line number Diff line number Diff line change 1
- 1.39 .0
1
+ 1.40 .0
Original file line number Diff line number Diff line change @@ -33,24 +33,13 @@ jobs:
33
33
set -euo pipefail
34
34
35
35
go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest
36
- - uses : buildpacks/github-actions/setup-tools@v5.6.0
36
+ - uses : buildpacks/github-actions/setup-tools@v5.7.2
37
37
with :
38
38
crane-version : 0.19.1
39
39
yj-version : 5.1.0
40
- - name : Install pack
41
- run : |
42
- #!/usr/bin/env bash
43
- # this is coming from a copy of https://github.com/buildpacks/pack/actions/runs/8118576298 stored on box
44
- # TODO to revisit when the official one is out
45
- set -euo pipefail
46
-
47
- echo "Installing pack experimental"
48
-
49
- mkdir -p "${HOME}"/bin
50
- echo "${HOME}/bin" >> "${GITHUB_PATH}"
51
-
52
- curl -L "https://ent.box.com/shared/static/j4d1bfe9uk1sb0i7zjvci0md9xmy41u4" -o ${HOME}/bin/pack
53
- chmod +x "${HOME}"/bin/pack
40
+ -
uses :
buildpacks/github-actions/[email protected]
41
+ with :
42
+ pack-version : 0.34.2
54
43
- name : Enable pack Experimental
55
44
if : ${{ false }}
56
45
run : |
@@ -219,7 +208,7 @@ jobs:
219
208
DIGEST : ${{ steps.package.outputs.digest }}
220
209
GITHUB_TOKEN : ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
221
210
- if : ${{ true }}
222
- uses : docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.6.0
211
+ uses : docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.7.2
223
212
with :
224
213
address : docker.io/paketobuildpacks/clojure-tools@${{ steps.package.outputs.digest }}
225
214
id : paketo-buildpacks/clojure-tools
Original file line number Diff line number Diff line change 25
25
set -euo pipefail
26
26
27
27
go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest
28
- - name : Install pack
29
- run : |
30
- #!/usr/bin/env bash
31
- # this is coming from a copy of https://github.com/buildpacks/pack/actions/runs/8118576298 stored on box
32
- # TODO to revisit when the official one is out
33
- set -euo pipefail
34
-
35
- echo "Installing pack experimental"
36
-
37
- mkdir -p "${HOME}"/bin
38
- echo "${HOME}/bin" >> "${GITHUB_PATH}"
39
-
40
- curl -L "https://ent.box.com/shared/static/j4d1bfe9uk1sb0i7zjvci0md9xmy41u4" -o ${HOME}/bin/pack
41
- chmod +x "${HOME}"/bin/pack
28
+ -
uses :
buildpacks/github-actions/[email protected]
29
+ with :
30
+ pack-version : 0.34.2
42
31
- name : Enable pack Experimental
43
32
if : ${{ false }}
44
33
run : |
Original file line number Diff line number Diff line change 19
19
set -euo pipefail
20
20
21
21
go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/update-buildpack-dependency@latest
22
- - uses : buildpacks/github-actions/setup-tools@v5.6.0
22
+ - uses : buildpacks/github-actions/setup-tools@v5.7.2
23
23
with :
24
24
crane-version : 0.19.1
25
25
yj-version : 5.1.0
You can’t perform that action at this time.
0 commit comments