diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index 32febfc1..33698c3b 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -30,7 +30,7 @@ jobs: cargo upgrade - name: Create pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: Update dependencies commit-message: Update dependencies diff --git a/.github/workflows/update_patches.yml b/.github/workflows/update_patches.yml index 8afd14a6..cc6457db 100644 --- a/.github/workflows/update_patches.yml +++ b/.github/workflows/update_patches.yml @@ -31,7 +31,7 @@ jobs: run: scripts/update_patches.sh - name: Create pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: Update patches commit-message: Update patches diff --git a/.github/workflows/update_supply_chain.yml b/.github/workflows/update_supply_chain.yml index 9100bf67..cdecd8eb 100644 --- a/.github/workflows/update_supply_chain.yml +++ b/.github/workflows/update_supply_chain.yml @@ -36,7 +36,7 @@ jobs: BLESS: 1 - name: Create pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: Update supply_chain.json commit-message: Update supply_chain.json