diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 56f3c5a8..7e17270e 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -89,7 +89,7 @@ jobs: pull-requests: write steps: - name: Suggest to add labels - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 # 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/source/changelog/47.miscellaneous.md b/doc/source/changelog/47.miscellaneous.md new file mode 100644 index 00000000..8e5974f7 --- /dev/null +++ b/doc/source/changelog/47.miscellaneous.md @@ -0,0 +1 @@ +Ci: bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0