Skip to content

Commit

Permalink
Bumps peter-evans/create-pull-request to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
tommie committed Feb 28, 2024
1 parent b651a86 commit 5a4f60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v8upgrade.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- id: create_pr
name: Create PR
if: ${{ steps.check_v8.outputs.has_upgrade }} == 'y'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: "Records new V8 release: ${{ steps.check_v8.outputs.latest_v8_hash }}"
title: "Records new V8 release: ${{ steps.check_v8.outputs.latest_v8_hash }}"
Expand Down

0 comments on commit 5a4f60a

Please sign in to comment.