From 8993e0095f70c67e76bb125bb2c542a1691d449e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:07:55 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 5 to 8 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 8. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/weekly-cargo-update.yml | 2 +- .github/workflows/weekly-collateral-update.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/weekly-cargo-update.yml b/.github/workflows/weekly-cargo-update.yml index 5a3d31df..b609dd9c 100644 --- a/.github/workflows/weekly-cargo-update.yml +++ b/.github/workflows/weekly-cargo-update.yml @@ -29,7 +29,7 @@ jobs: run: cargo update - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: weekly cargo update" diff --git a/.github/workflows/weekly-collateral-update.yml b/.github/workflows/weekly-collateral-update.yml index 33b3ad1d..175fefb5 100644 --- a/.github/workflows/weekly-collateral-update.yml +++ b/.github/workflows/weekly-collateral-update.yml @@ -44,7 +44,7 @@ jobs: run: ./tools/migtd-policy-generator/target/release/migtd-policy-generator -o config/policy_pre_production_fmspc.json --pre-production - name: Create Pull Request for Collateral - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: update collateral files" @@ -59,7 +59,7 @@ jobs: config/collateral_pre_production_fmspc.json - name: Create Pull Request for Policy - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: update policy v1 files"