]> Untitled Git - bdk/commitdiff
chore(deps): bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 github/dependabot/github_actions/peter-evans/create-pull-request-8.1.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 2 Apr 2026 15:17:28 +0000 (15:17 +0000)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2026 15:17:28 +0000 (15:17 +0000)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/98357b18bf14b5342f975ff684046ec3b2a07725...c0f553fe549906ede9cf27b5156039d195d2ece0)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/cron-update-rust.yml

index 46342e23bb3de357268f5e810efc06ddd576a95c..ed260fa67fcb14aa8008b0ba1ee24db520022c59 100644 (file)
@@ -43,7 +43,7 @@ jobs:
           fi
       - name: Create Pull Request
         if: env.changes_made == 'true'
-        uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
+        uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
         with:
           token: ${{ steps.generate-token.outputs.token }}
           author: Github Action <github@bitcoindevkit.org>