diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 8695a015a..ba7bdf7ff 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Suggest to add labels - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 # Execute only when no labels have been applied to the pull request if: toJSON(github.event.pull_request.labels.*.name) == '{}' with: diff --git a/doc/changelog.d/657.miscellaneous.md b/doc/changelog.d/657.miscellaneous.md new file mode 100644 index 000000000..186d685bc --- /dev/null +++ b/doc/changelog.d/657.miscellaneous.md @@ -0,0 +1 @@ +Build: Bump peter-evans/create-or-update-comment from 4 to 5