diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-04-17 14:27:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-17 14:27:38 +0200 |
| commit | 871ed47f89ba06791b331497174d210f991cc78b (patch) | |
| tree | 31e9dee205026ffbace2a1e3a29a6de53eb0b668 | |
| parent | fc1e1e9c3e072d3fc36e5a51fb10326d574b4895 (diff) | |
[upd] github-actions: Bump peter-evans/create-pull-request (#5987)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/c0f553fe549906ede9cf27b5156039d195d2ece0...5f6978faf089d4d20b00c7766989d076bb2fc7f1)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: 8.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/data-update.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/l10n.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 9d24afcb1..26623f40c 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -66,7 +66,7 @@ jobs: - name: Create PR id: cpr - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: author: "searxng-bot <searxng-bot@users.noreply.github.com>" committer: "searxng-bot <searxng-bot@users.noreply.github.com>" diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 01b14eb60..12bdd77ea 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -119,7 +119,7 @@ jobs: - name: Create PR id: cpr - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: author: "searxng-bot <searxng-bot@users.noreply.github.com>" committer: "searxng-bot <searxng-bot@users.noreply.github.com>" |
