Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

build(deps): bump peter-evans/create-or-update-comment

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/71345be0265236311c031f5c7866368bd1eff043...e8674b075228eee787fea43ef493e45ece1004c9)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by dependabot[bot] and committed by GitHub 15a3f2d5 880e56b3

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/periodic-merge.yml
··· 55 55 github_token: ${{ steps.app-token.outputs.token }} 56 56 57 57 - name: Comment on failure 58 - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 58 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 59 59 if: ${{ failure() }} 60 60 with: 61 61 issue-number: 105153