diff options
author | 2025-10-03 02:05:49 +0000 | |
---|---|---|
committer | 2025-10-03 02:05:49 +0000 | |
commit | cb989bf391903c5004f22f3a37bf9f631c4faaf8 (patch) | |
tree | 90499907cd3659dee7b1989bc84aabbc241dfa2a | |
parent | Fix formatting in copilot-instructions.md (diff) |
Bump peter-evans/create-or-update-comment from 4 to 5dependabot/github_actions/peter-evans/create-or-update-comment-5
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v4...v5)
---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | .github/workflows/dns-dry-run.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dns-dry-run.yaml b/.github/workflows/dns-dry-run.yaml index 6f6b601..68a4ae1 100644 --- a/.github/workflows/dns-dry-run.yaml +++ b/.github/workflows/dns-dry-run.yaml @@ -50,7 +50,7 @@ jobs: - name: Create or update comment id: prcomment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.pull_request.number }} comment-id: ${{ steps.fc.outputs.comment-id }} |