Skip to content

Commit d810b12

Browse files
Merge branch 'main' into dependabot/github_actions/github/codeql-action-4
2 parents 065b60b + 9b12b5c commit d810b12

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check-release-notes.yml

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

6262
- name: Post comment
6363
if: ${{ env.MISSING_CHANGELOG_ENTRY == '1' && steps.fc.outputs.comment-id == '' }}
64-
uses: peter-evans/create-or-update-comment@v4
64+
uses: peter-evans/create-or-update-comment@v5
6565
with:
6666
issue-number: ${{ github.event.pull_request.number }}
6767
body: |

docs/reference/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Unreleased changes
1515
- Bump peter-evans/find-comment from 3 to 4 ({gh-pr}`342`)
1616
- pre-commit autoupdate ({gh-pr}`341`)
1717
- Bump github/codeql-action from 3 to 4 ({gh-pr}`344`)
18+
- Bump peter-evans/create-or-update-comment from 4 to 5 ({gh-pr}`343`)
1819

1920
---
2021

0 commit comments

Comments
 (0)