Skip to content

Commit 5838b3b

Browse files
committed
Update Synced GitHub Automation Workflows
1 parent 53d8d99 commit 5838b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/synced-dependabot-pr-recreate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: prcomm
1919
- name: tell dependabot to recreate pr
2020
if: steps.prcomm.outputs.BOOL_TRIGGERED == 'true'
21-
uses: peter-evans/create-or-update-comment@v5
21+
uses: peter-evans/create-or-update-comment@v4
2222
with:
2323
token: ${{ secrets.SYNCED_GITHUB_TOKEN }}
2424
issue-number: ${{ steps.prcomm.outputs.PULL_REQUEST_NUMBER }}

0 commit comments

Comments
 (0)