Skip to content

Commit 0d8d530

Browse files
Bump edumserrano/find-create-or-update-comment from 1 to 2 (#810)
Bumps [edumserrano/find-create-or-update-comment](https://github.com/edumserrano/find-create-or-update-comment) from 1 to 2. - [Release notes](https://github.com/edumserrano/find-create-or-update-comment/releases) - [Commits](edumserrano/find-create-or-update-comment@v1...v2) --- updated-dependencies: - dependency-name: edumserrano/find-create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e48468 commit 0d8d530

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/dotnet-format-apply-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
Write-Output $fileContent >> $env:GITHUB_OUTPUT
267267
Write-Output $delimiter >> $env:GITHUB_OUTPUT
268268
- name: Update PR with dotnet format result
269-
uses: edumserrano/find-create-or-update-comment@v1
269+
uses: edumserrano/find-create-or-update-comment@v2
270270
with:
271271
issue-number: ${{ needs.on-pull-request-check.outputs.pr-number }}
272272
body-includes: '<!-- on-pr-dotnet-format -->'

.github/workflows/markdown-link-check-handle-result.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
Write-Output $commentBody >> $env:GITHUB_OUTPUT
230230
Write-Output $delimiter >> $env:GITHUB_OUTPUT
231231
- name: Update PR with markdown link check result
232-
uses: edumserrano/find-create-or-update-comment@v1
232+
uses: edumserrano/find-create-or-update-comment@v2
233233
with:
234234
issue-number: ${{ needs.workflow-info.outputs.pr-number }}
235235
body-includes: '<!-- on-pr-markdown-link-check -->'

.github/workflows/nuget-release-flow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
Write-Output $fileContent >> $env:GITHUB_OUTPUT
321321
Write-Output $delimiter >> $env:GITHUB_OUTPUT
322322
- name: Update issue with NuGet flow comment
323-
uses: edumserrano/find-create-or-update-comment@v1
323+
uses: edumserrano/find-create-or-update-comment@v2
324324
with:
325325
issue-number: ${{ needs.release-flow-args.outputs.issue-number }}
326326
body-includes: '<!-- nuget-release-flow -->'
@@ -359,7 +359,7 @@ jobs:
359359
Write-Output $fileContent >> $env:GITHUB_OUTPUT
360360
Write-Output $delimiter >> $env:GITHUB_OUTPUT
361361
- name: Update issue with permission denied for NuGet release comment
362-
uses: edumserrano/find-create-or-update-comment@v1
362+
uses: edumserrano/find-create-or-update-comment@v2
363363
with:
364364
issue-number: ${{ needs.release-flow-args.outputs.issue-number }}
365365
body-includes: '<!-- permission-denied-for-nuget-release -->'
@@ -416,7 +416,7 @@ jobs:
416416
Write-Output $fileContent >> $env:GITHUB_OUTPUT
417417
Write-Output $delimiter >> $env:GITHUB_OUTPUT
418418
- name: Update issue with NuGet released comment
419-
uses: edumserrano/find-create-or-update-comment@v1
419+
uses: edumserrano/find-create-or-update-comment@v2
420420
with:
421421
issue-number: ${{ steps.github-release-info.outputs.issue-number }}
422422
body-includes: '<!-- nuget-released -->'

.github/workflows/pr-test-results-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
Write-Output $commentBody >> $env:GITHUB_OUTPUT
5252
Write-Output $delimiter >> $env:GITHUB_OUTPUT
5353
- name: Update PR with test results
54-
uses: edumserrano/find-create-or-update-comment@v1
54+
uses: edumserrano/find-create-or-update-comment@v2
5555
with:
5656
issue-number: ${{ github.event.workflow_run.pull_requests[0].number }}
5757
body-includes: '<!-- on-pr-test-results-${{ matrix.os }} -->'

0 commit comments

Comments
 (0)