Skip to content

Commit a40a5fb

Browse files
⬆️ Bump peter-evans/create-or-update-comment
Bumps the actions group with 1 update: [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14c660a commit a40a5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy_primer_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: create or update comment
8888
if: steps.find-comment.outcome == 'success'
89-
uses: peter-evans/create-or-update-comment@v4
89+
uses: peter-evans/create-or-update-comment@v5
9090
with:
9191
comment-id: ${{ steps.find-comment.outputs.comment-id }}
9292
issue-number: ${{ steps.pr-number.outputs.pr-number }}

0 commit comments

Comments
 (0)