Skip to content

Commit 1c4b15c

Browse files
chore(deps): update peter-evans/create-or-update-comment action to v5 (#190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c190182 commit 1c4b15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "pr_number=$PR_NUMBER" >> $GITHUB_ENV
4747
- name: Comment on the PR if it exists
4848
if: env.pr_number
49-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
49+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
5050
with:
5151
token: ${{ secrets.GITHUB_TOKEN }}
5252
issue-number: ${{ env.pr_number }}

0 commit comments

Comments
 (0)