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"