Skip to content

Commit

Permalink
Bump pipeline from 1.33.0 to 1.33.0 (#383)
Browse files Browse the repository at this point in the history
Bumps pipeline from 1.33.0 to 1.33.0.

Signed-off-by: GitHub <[email protected]>
Co-authored-by: paketo-bot <[email protected]>
  • Loading branch information
paketo-bot and paketo-bot authored Jul 21, 2023
1 parent a706f72 commit 4a245b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pb-update-spring-cloud-bindings-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
artifact_id: spring-cloud-bindings
group_id: org.springframework.cloud
uri: https://repo1.maven.org/maven2
version_regex: ^1\.[\d]+\.[\d]+$
- name: Update Buildpack Dependency
id: buildpack
run: |
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
SHA256: ${{ steps.dependency.outputs.sha256 }}
URI: ${{ steps.dependency.outputs.uri }}
VERSION: ${{ steps.dependency.outputs.version }}
VERSION_PATTERN: '[\d]+\.[\d]+\.[\d]+'
VERSION_PATTERN: ^1\.[\d]+\.[\d]+
- uses: peter-evans/create-pull-request@v5
with:
author: ${{ secrets.JAVA_GITHUB_USERNAME }} <${{ secrets.JAVA_GITHUB_USERNAME }}@users.noreply.github.com>
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pb-update-spring-cloud-bindings-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
artifact_id: spring-cloud-bindings
group_id: org.springframework.cloud
uri: https://repo1.maven.org/maven2
version_regex: ^2\.[\d]+\.[\d]+$
- name: Update Buildpack Dependency
id: buildpack
run: |
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
SHA256: ${{ steps.dependency.outputs.sha256 }}
URI: ${{ steps.dependency.outputs.uri }}
VERSION: ${{ steps.dependency.outputs.version }}
VERSION_PATTERN: '[\d]+\.[\d]+\.[\d]+'
VERSION_PATTERN: ^2\.[\d]+\.[\d]+
- uses: peter-evans/create-pull-request@v5
with:
author: ${{ secrets.JAVA_GITHUB_USERNAME }} <${{ secrets.JAVA_GITHUB_USERNAME }}@users.noreply.github.com>
Expand Down

0 comments on commit 4a245b6

Please sign in to comment.