This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 048c5c58 Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0
048c5c58 is described below
commit 048c5c585da35656b3abe286dae82a01415c0765
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 13:22:20 2025 +0000
Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 7.0.9 to 8.0.0.
- [Release
notes](https://github.com/peter-evans/create-pull-request/releases)
-
[Commits](https://github.com/peter-evans/create-pull-request/compare/84ae59a2cdc2258d6fa0732dd66352dddae2a412...98357b18bf14b5342f975ff684046ec3b2a07725)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f17d3568..4764c93f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
run: mvn -U -ntp --batch-mode --show-version --fail-at-end clean
install -DfailIfNoTests=false -DskipTests
- name: Create Pull Request after License Regeneration
- uses:
peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 #
v7.0.9
+ uses:
peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 #
v8.0.0
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}