Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit 9ef2881

Browse files
authored
Merge pull request #3482 from Homebrew/dependabot/github_actions/peter-evans/create-or-update-comment-3.1.0
build(deps): bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0
2 parents 7c08326 + 0cc8564 commit 9ef2881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rebase.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Add 👍 Reaction
2323
if: always() && steps.rebase.outputs.rebased-count == 1
24-
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa
24+
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2
2525
with:
2626
token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
2727
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Add 👎 Reaction
3232
if: always() && steps.rebase.outputs.rebased-count != 1
33-
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa
33+
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2
3434
with:
3535
token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
3636
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

0 commit comments

Comments
 (0)