Skip to content

Commit ba6cdfa

Browse files
Merge pull request #282 from paketo-buildpacks/update/pipeline
Bump pipeline from 1.41.2 to 1.42.0
2 parents 2eea539 + f5f7333 commit ba6cdfa

6 files changed

+17
-17
lines changed

.github/pipeline-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.41.2
1+
1.42.0

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ jobs:
2525
username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: "1.23"
28+
go-version: "1.24"
2929
- name: Install create-package
3030
run: |
3131
#!/usr/bin/env bash
3232
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.7.2
36+
- uses: buildpacks/github-actions/setup-tools@v5.8.9
3737
with:
38-
crane-version: 0.19.1
38+
crane-version: 0.20.3
3939
yj-version: 5.1.0
40-
- uses: buildpacks/github-actions/setup-pack@v5.7.2
40+
- uses: buildpacks/github-actions/setup-pack@v5.8.9
4141
with:
42-
pack-version: 0.34.2
42+
pack-version: 0.36.4
4343
- name: Enable pack Experimental
4444
if: ${{ false }}
4545
run: |
@@ -208,7 +208,7 @@ jobs:
208208
DIGEST: ${{ steps.package.outputs.digest }}
209209
GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
210210
- if: ${{ true }}
211-
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.7.2
211+
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.8.9
212212
with:
213213
address: docker.io/paketobuildpacks/leiningen@${{ steps.package.outputs.digest }}
214214
id: paketo-buildpacks/leiningen

.github/workflows/pb-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: "1.23"
20+
go-version: "1.24"
2121
- name: Install create-package
2222
run: |
2323
#!/usr/bin/env bash
2424
2525
set -euo pipefail
2626
2727
go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest
28-
- uses: buildpacks/github-actions/setup-pack@v5.7.2
28+
- uses: buildpacks/github-actions/setup-pack@v5.8.9
2929
with:
30-
pack-version: 0.34.2
30+
pack-version: 0.36.4
3131
- name: Enable pack Experimental
3232
if: ${{ false }}
3333
run: |
@@ -182,7 +182,7 @@ jobs:
182182
restore-keys: ${{ runner.os }}-go-
183183
- uses: actions/setup-go@v5
184184
with:
185-
go-version: "1.23"
185+
go-version: "1.24"
186186
- name: Install richgo
187187
run: |
188188
#!/usr/bin/env bash

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: "1.23"
14+
go-version: "1.24"
1515
- uses: actions/checkout@v4
1616
- name: Update Go Version & Modules
1717
id: update-go
@@ -49,7 +49,7 @@ jobs:
4949
echo "commit-body=${COMMIT_BODY}" >> "$GITHUB_OUTPUT"
5050
echo "commit-semver=${COMMIT_SEMVER}" >> "$GITHUB_OUTPUT"
5151
env:
52-
GO_VERSION: "1.23"
52+
GO_VERSION: "1.24"
5353
- uses: peter-evans/create-pull-request@v6
5454
with:
5555
author: ${{ secrets.JAVA_GITHUB_USERNAME }} <${{ secrets.JAVA_GITHUB_USERNAME }}@users.noreply.github.com>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
steps:
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: "1.23"
14+
go-version: "1.24"
1515
- name: Install update-buildpack-dependency
1616
run: |
1717
#!/usr/bin/env bash
1818
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.7.2
22+
- uses: buildpacks/github-actions/setup-tools@v5.8.9
2323
with:
24-
crane-version: 0.19.1
24+
crane-version: 0.20.3
2525
yj-version: 5.1.0
2626
- uses: actions/checkout@v4
2727
- id: dependency

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: "1.23"
19+
go-version: "1.24"
2020
- name: Install octo
2121
run: |
2222
#!/usr/bin/env bash

0 commit comments

Comments
 (0)