Skip to content

Commit 8a1b550

Browse files
Bump peter-evans/create-pull-request from 5 to 6 (#2991)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6.
1 parent 55a7f3e commit 8a1b550

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cargo-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git diff
3838
fi
3939
- name: Create Pull Request
40-
uses: peter-evans/create-pull-request@v5
40+
uses: peter-evans/create-pull-request@v6
4141
with:
4242
commit-message: Upgrade cargo dependencies to ${{ env.today }}
4343
branch: cargo-update-${{ env.today }}

.github/workflows/cbmc-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Create Pull Request
6565
if: ${{ env.next_step == 'create_pr' }}
66-
uses: peter-evans/create-pull-request@v5
66+
uses: peter-evans/create-pull-request@v6
6767
with:
6868
commit-message: Upgrade CBMC from ${{ env.CBMC_VERSION }} to ${{ env.CBMC_LATEST }}
6969
branch: cbmc-${{ env.CBMC_LATEST }}

.github/workflows/toolchain-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fi
6969
- name: Create Pull Request
7070
if: ${{ env.next_step == 'create_pr' }}
71-
uses: peter-evans/create-pull-request@v5
71+
uses: peter-evans/create-pull-request@v6
7272
with:
7373
commit-message: Upgrade Rust toolchain to nightly-${{ env.next_toolchain_date }}
7474
branch: toolchain-${{ env.next_toolchain_date }}

0 commit comments

Comments
 (0)