Skip to content

Commit d774fd1

Browse files
committed
Upgrade action to v7 and enable signed commits
1 parent 80cc32a commit d774fd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-toolhive-reference.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Create Pull Request
4343
if: steps.git-diff.outputs.changed == 'true'
44-
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
44+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
4545
with:
4646
branch: update-toolhive-reference-${{ steps.imports.outputs.version }}
4747
title: |
@@ -51,3 +51,4 @@ jobs:
5151
commit-message: |
5252
Update ToolHive reference docs for ${{ steps.imports.outputs.version }}
5353
delete-branch: true
54+
sign-commits: true

0 commit comments

Comments
 (0)