Skip to content

Commit

Permalink
Merge pull request #48 from amp-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.40.0 to 1.41.2
  • Loading branch information
wangeguo authored Sep 27, 2024
2 parents 0b799e7 + 22b9b24 commit 5b404ef
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.40.0
1.41.2
2 changes: 1 addition & 1 deletion .github/workflows/pb-create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: ${{ github.actor }}
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- name: Install create-package
run: |
#!/usr/bin/env bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pb-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ github.actor }}
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- name: Install create-package
run: |
#!/usr/bin/env bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pb-update-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- name: Install octo
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-procfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: ${{ github.actor }}
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
body: Bumps [`gcr.io/paketo-buildpacks/procfile`](https://gcr.io/paketo-buildpacks/procfile) from [`${{ steps.package.outputs.old-version }}`](https://gcr.io/paketo-buildpacks/procfile:${{ steps.package.outputs.old-version }}) to [`${{ steps.package.outputs.new-version }}`](https://gcr.io/paketo-buildpacks/procfile:${{ steps.package.outputs.new-version }}).
branch: update/packages
branch: update/package/procfile
commit-message: |-
Bump gcr.io/paketo-buildpacks/procfile from ${{ steps.package.outputs.old-version }} to ${{ steps.package.outputs.new-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-solc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: ${{ github.actor }}
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
body: Bumps [`ghcr.io/amp-buildpacks/solc`](https://ghcr.io/amp-buildpacks/solc) from [`${{ steps.package.outputs.old-version }}`](https://ghcr.io/amp-buildpacks/solc:${{ steps.package.outputs.old-version }}) to [`${{ steps.package.outputs.new-version }}`](https://ghcr.io/amp-buildpacks/solc:${{ steps.package.outputs.new-version }}).
branch: update/packages
branch: update/package/solc
commit-message: |-
Bump ghcr.io/amp-buildpacks/solc from ${{ steps.package.outputs.old-version }} to ${{ steps.package.outputs.new-version }}
Expand Down

0 comments on commit 5b404ef

Please sign in to comment.