Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit 51a8b08

Browse files
committed
Update Synced GitHub Automation Workflows
1 parent 02115bb commit 51a8b08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v1
21+
uses: peter-evans/create-or-update-comment@v3
2222
with:
2323
token: ${{ secrets.SYNCED_GITHUB_TOKEN }}
2424
issue-number: ${{ steps.prcomm.outputs.PULL_REQUEST_NUMBER }}

.github/workflows/synced-process-todo-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Collect TODO
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
token: ${{ secrets.SYNCED_GITHUB_TOKEN }}
1717
- name: Collect TODO

0 commit comments

Comments
 (0)