Skip to content

Commit 4d8c81e

Browse files
authored
Merge pull request #243 from paketo-buildpacks/update/pipeline
Bump pipeline from 1.39.0 to 1.40.0
2 parents 570c5f4 + 14f8723 commit 4d8c81e

File tree

4 files changed

+10
-32
lines changed

4 files changed

+10
-32
lines changed

.github/pipeline-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.39.0
1+
1.40.0

.github/workflows/pb-create-package.yml

+5-16
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,13 @@ jobs:
3333
set -euo pipefail
3434
3535
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
3737
with:
3838
crane-version: 0.19.1
3939
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
5443
- name: Enable pack Experimental
5544
if: ${{ false }}
5645
run: |
@@ -219,7 +208,7 @@ jobs:
219208
DIGEST: ${{ steps.package.outputs.digest }}
220209
GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
221210
- 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
223212
with:
224213
address: docker.io/paketobuildpacks/clojure-tools@${{ steps.package.outputs.digest }}
225214
id: paketo-buildpacks/clojure-tools

.github/workflows/pb-tests.yml

+3-14
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,9 @@ jobs:
2525
set -euo pipefail
2626
2727
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
4231
- name: Enable pack Experimental
4332
if: ${{ false }}
4433
run: |

.github/workflows/pb-update-clojure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
set -euo pipefail
2020
2121
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
2323
with:
2424
crane-version: 0.19.1
2525
yj-version: 5.1.0

0 commit comments

Comments
 (0)