Skip to content

Commit a9bc8aa

Browse files
paketobuildpackscommunitygithub-actions[bot]
authored andcommitted
Bump pipeline from 1.43.0 to 1.44.0
Bumps pipeline from 1.43.0 to 1.44.0. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4661cd2 commit a9bc8aa

9 files changed

Lines changed: 21 additions & 21 deletions

.github/pipeline-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.43.0
1+
1.44.0

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ jobs:
1818
username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.24"
21+
go-version: "1.25"
2222
- name: Install create-package
2323
run: |
2424
#!/usr/bin/env bash
2525
2626
set -euo pipefail
2727
2828
go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest
29-
- uses: buildpacks/github-actions/setup-tools@v5.8.9
29+
- uses: buildpacks/github-actions/setup-tools@v5.9.7
3030
with:
3131
crane-version: 0.20.3
3232
yj-version: 5.1.0
33-
- uses: buildpacks/github-actions/setup-pack@v5.8.9
33+
- uses: buildpacks/github-actions/setup-pack@v5.9.7
3434
with:
35-
pack-version: 0.36.4
35+
pack-version: 0.39.1
3636
- name: Enable pack Experimental
3737
run: |
3838
#!/usr/bin/env bash
@@ -203,7 +203,7 @@ jobs:
203203
DIGEST: ${{ steps.package.outputs.digest }}
204204
GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
205205
- if: ${{ true }}
206-
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.8.9
206+
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.9.7
207207
with:
208208
address: docker.io/paketocommunity/rustup@${{ steps.package.outputs.digest }}
209209
id: paketo-community/rustup

.github/workflows/pb-tests.yml

Lines changed: 4 additions & 4 deletions
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.24"
20+
go-version: "1.25"
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.8.9
28+
- uses: buildpacks/github-actions/setup-pack@v5.9.7
2929
with:
30-
pack-version: 0.36.4
30+
pack-version: 0.39.1
3131
- name: Enable pack Experimental
3232
run: |
3333
#!/usr/bin/env bash
@@ -184,7 +184,7 @@ jobs:
184184
restore-keys: ${{ runner.os }}-go-
185185
- uses: actions/setup-go@v5
186186
with:
187-
go-version: "1.24"
187+
go-version: "1.25"
188188
- name: Install richgo
189189
run: |
190190
#!/usr/bin/env bash

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

Lines changed: 2 additions & 2 deletions
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.24"
14+
go-version: "1.25"
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.24"
52+
GO_VERSION: "1.25"
5353
- uses: peter-evans/create-pull-request@v6
5454
with:
5555
author: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} <${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}@users.noreply.github.com>

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

Lines changed: 1 addition & 1 deletion
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.24"
19+
go-version: "1.25"
2020
- name: Install octo
2121
run: |
2222
#!/usr/bin/env bash

.github/workflows/pb-update-rustup-init-gnu-arm-64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
steps:
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: "1.24"
14+
go-version: "1.25"
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.8.9
22+
- uses: buildpacks/github-actions/setup-tools@v5.9.7
2323
with:
2424
crane-version: 0.20.3
2525
yj-version: 5.1.0

.github/workflows/pb-update-rustup-init-gnu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
steps:
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: "1.24"
14+
go-version: "1.25"
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.8.9
22+
- uses: buildpacks/github-actions/setup-tools@v5.9.7
2323
with:
2424
crane-version: 0.20.3
2525
yj-version: 5.1.0

.github/workflows/pb-update-rustup-init-musl-arm-64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
steps:
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: "1.24"
14+
go-version: "1.25"
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.8.9
22+
- uses: buildpacks/github-actions/setup-tools@v5.9.7
2323
with:
2424
crane-version: 0.20.3
2525
yj-version: 5.1.0

.github/workflows/pb-update-rustup-init-musl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
steps:
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: "1.24"
14+
go-version: "1.25"
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.8.9
22+
- uses: buildpacks/github-actions/setup-tools@v5.9.7
2323
with:
2424
crane-version: 0.20.3
2525
yj-version: 5.1.0

0 commit comments

Comments
 (0)