Skip to content

Commit

Permalink
Update Synced GitHub Automation Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjost committed Aug 2, 2023
1 parent 179e4ea commit 5cd9d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/synced-dependabot-pr-recreate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: prcomm
- name: tell dependabot to recreate pr
if: steps.prcomm.outputs.BOOL_TRIGGERED == 'true'
uses: peter-evans/create-or-update-comment@v1
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN }}
issue-number: ${{ steps.prcomm.outputs.PULL_REQUEST_NUMBER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/synced-process-todo-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Collect TODO
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN }}
- name: Collect TODO
Expand Down

0 comments on commit 5cd9d27

Please sign in to comment.