Skip to content

Commit 1150167

Browse files
Bump peter-evans/create-pull-request from 5 to 6 (#12724) (#12791)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 479b65b) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c24fdd3 commit 1150167

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
sed -i "s/CURRENT = $CURRENT_VERSION_UNDERSCORE;/CURRENT = $NEXT_VERSION_UNDERSCORE;/g" libs/core/src/main/java/org/opensearch/Version.java
6060
6161
- name: Create Pull Request
62-
uses: peter-evans/create-pull-request@v5
62+
uses: peter-evans/create-pull-request@v6
6363
with:
6464
token: ${{ steps.github_app_token.outputs.token }}
6565
base: ${{ env.BASE }}
@@ -86,7 +86,7 @@ jobs:
8686
sed -i "s/public static final Version $CURRENT_VERSION_UNDERSCORE = new Version(\([[:digit:]]\+\)\(.*\));/\0\n public static final Version $NEXT_VERSION_UNDERSCORE = new Version($NEXT_VERSION_ID\2);/g" libs/core/src/main/java/org/opensearch/Version.java
8787
8888
- name: Create Pull Request
89-
uses: peter-evans/create-pull-request@v5
89+
uses: peter-evans/create-pull-request@v6
9090
with:
9191
token: ${{ steps.github_app_token.outputs.token }}
9292
base: ${{ env.BASE_X }}
@@ -113,7 +113,7 @@ jobs:
113113
sed -i "s/public static final Version $CURRENT_VERSION_UNDERSCORE = new Version(\([[:digit:]]\+\)\(.*\));/\0\n public static final Version $NEXT_VERSION_UNDERSCORE = new Version($NEXT_VERSION_ID\2);/g" libs/core/src/main/java/org/opensearch/Version.java
114114
115115
- name: Create Pull Request
116-
uses: peter-evans/create-pull-request@v5
116+
uses: peter-evans/create-pull-request@v6
117117
with:
118118
token: ${{ steps.github_app_token.outputs.token }}
119119
base: main

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5454
- Bump `reactor` from 3.5.14 to 3.5.15 ([#12633](https://github.com/opensearch-project/OpenSearch/pull/12633))
5555
- Bump `aws-sdk-java` from 2.20.55 to 2.20.86 ([#12251](https://github.com/opensearch-project/OpenSearch/pull/12251))
5656
- Bump `org.apache.commons:commons-configuration2` from 2.9.0 to 2.10.0 ([#12721](https://github.com/opensearch-project/OpenSearch/pull/12721))
57+
- Bump `peter-evans/create-pull-request` from 5 to 6 ([#12724](https://github.com/opensearch-project/OpenSearch/pull/12724))
5758

5859
### Changed
5960
- Allow composite aggregation to run under a parent filter aggregation ([#11499](https://github.com/opensearch-project/OpenSearch/pull/11499))

0 commit comments

Comments
 (0)