aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-10-02 02:05:28 +0000
committerGravatar GitHub <[email protected]>2025-10-02 02:05:28 +0000
commitf281415bb73f3e4c020ede6f728d0449ed5a8e5a (patch)
tree60579aaa706bfedfbb6f485c3c2a2fff692c2fe9
parentFix 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.yaml2
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 }}