diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 53d79a5c..f0a30b20 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest 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/changelog.d/373.maintenance.md b/doc/changelog.d/373.maintenance.md new file mode 100644 index 00000000..626e1d78 --- /dev/null +++ b/doc/changelog.d/373.maintenance.md @@ -0,0 +1 @@ +Build(deps): bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0