This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new ff7738c119b Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8
(#1391)
ff7738c119b is described below
commit ff7738c119ba231beaf8fe16b88968a2c0feca71
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 10 15:58:24 2025 +0100
Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#1391)
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 7.0.7 to 7.0.8.
- [Release
notes](https://github.com/peter-evans/create-pull-request/releases)
-
[Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.7...v7.0.8)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/automatic-sync-camel-3.yml | 2 +-
.github/workflows/automatic-sync-main.yml | 2 +-
.github/workflows/generate-sbom-main.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/automatic-sync-camel-3.yml
b/.github/workflows/automatic-sync-camel-3.yml
index 73e49b97b8b..a10c1c7cec6 100644
--- a/.github/workflows/automatic-sync-camel-3.yml
+++ b/.github/workflows/automatic-sync-camel-3.yml
@@ -52,7 +52,7 @@ jobs:
- name: Build Camel-spring-boot Project
run: ./mvnw -V --no-transfer-progress clean install -DskipTests
- name: Create Pull Request
- uses: peter-evans/[email protected]
+ uses: peter-evans/[email protected]
with:
base: camel-spring-boot-3.x
token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/automatic-sync-main.yml
b/.github/workflows/automatic-sync-main.yml
index 5cc4188bfd5..4be79ff1a29 100644
--- a/.github/workflows/automatic-sync-main.yml
+++ b/.github/workflows/automatic-sync-main.yml
@@ -52,7 +52,7 @@ jobs:
- name: Build Camel-spring-boot Project
run: ./mvnw -V --no-transfer-progress clean install -DskipTests
- name: Create Pull Request
- uses: peter-evans/[email protected]
+ uses: peter-evans/[email protected]
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/generate-sbom-main.yml
b/.github/workflows/generate-sbom-main.yml
index 25341e6e2b5..2173a00bcec 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -54,7 +54,7 @@ jobs:
- name: Build Camel-spring-boot Project for generating SBOM
run: ./mvnw -V --no-transfer-progress clean install -DskipTests -Psbom
- name: Create Pull Request
- uses: peter-evans/[email protected]
+ uses: peter-evans/[email protected]
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}