Skip to content

Commit 9dfffbb

Browse files
dependabot[bot]ccmywish
authored andcommitted
Bump peter-evans/create-or-update-comment from 4 to 5
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db2ba39 commit 9dfffbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/PR-notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
echo "Event 名: ${{ github.event_name }}"
5050
5151
# 2025-10-06 移除点赞的步骤
52-
# 因原 peter-evans/create-or-update-comment@v4 已不再支持空body,而如果使用 Github Token 之类又过于大材小用因此移除
52+
# 因原 peter-evans/create-or-update-comment@v5 已不再支持空body,而如果使用 Github Token 之类又过于大材小用因此移除
5353

5454
- name: 添加评论欢迎 PRer
55-
uses: peter-evans/create-or-update-comment@v4
55+
uses: peter-evans/create-or-update-comment@v5
5656
with:
5757
issue-number: ${{ github.event.pull_request.number }}
5858
body: |

0 commit comments

Comments
 (0)