diff options
author | 2025-10-02 02:05:28 +0000 | |
---|---|---|
committer | 2025-10-02 02:05:28 +0000 | |
commit | f281415bb73f3e4c020ede6f728d0449ed5a8e5a (patch) | |
tree | 60579aaa706bfedfbb6f485c3c2a2fff692c2fe9 | |
parent | Fix formatting in copilot-instructions.md (diff) |
Bump peter-evans/find-comment from 3 to 4dependabot/github_actions/peter-evans/find-comment-4
Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 3 to 4.
- [Release notes](https://github.com/peter-evans/find-comment/releases)
- [Commits](https://github.com/peter-evans/find-comment/compare/v3...v4)
---
updated-dependencies:
- dependency-name: peter-evans/find-comment
dependency-version: '4'
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..2e590a8 100644 --- a/.github/workflows/dns-dry-run.yaml +++ b/.github/workflows/dns-dry-run.yaml @@ -41,7 +41,7 @@ jobs: steps: - name: Find previous comment, if present - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: fc with: issue-number: ${{ github.event.pull_request.number }} |