Skip to content

Commit

Permalink
Merge pull request #37 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 eafc8b4 + dfe73ae commit 9937f2e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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-scarb.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/scarb`](https://ghcr.io/amp-buildpacks/scarb) from [`${{ steps.package.outputs.old-version }}`](https://ghcr.io/amp-buildpacks/scarb:${{ steps.package.outputs.old-version }}) to [`${{ steps.package.outputs.new-version }}`](https://ghcr.io/amp-buildpacks/scarb:${{ steps.package.outputs.new-version }}).
branch: update/packages
branch: update/package/scarb
commit-message: |-
Bump ghcr.io/amp-buildpacks/scarb from ${{ steps.package.outputs.old-version }} to ${{ steps.package.outputs.new-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-starknet.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/starknet`](https://ghcr.io/amp-buildpacks/starknet) from [`${{ steps.package.outputs.old-version }}`](https://ghcr.io/amp-buildpacks/starknet:${{ steps.package.outputs.old-version }}) to [`${{ steps.package.outputs.new-version }}`](https://ghcr.io/amp-buildpacks/starknet:${{ steps.package.outputs.new-version }}).
branch: update/packages
branch: update/package/starknet
commit-message: |-
Bump ghcr.io/amp-buildpacks/starknet from ${{ steps.package.outputs.old-version }} to ${{ steps.package.outputs.new-version }}
Expand Down

0 comments on commit 9937f2e

Please sign in to comment.