Browse Source

Bump peter-evans/find-comment from 1.3.0 to 2 (#1965)

Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 1.3.0 to 2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/peter-evans/find-comment/releases">peter-evans/find-comment's releases</a>.</em></p>
<blockquote>
<h2>Find Comment v2.0.0</h2>
<h2>What's new</h2>
<ul>
<li>Updated runtime to Node.js 16
<ul>
<li>The action now requires a minimum version of v2.285.0 for the <a href="https://github.com/actions/runner/releases/tag/v2.285.0">Actions Runner</a>.</li>
<li>If using GitHub Enterprise Server, the action requires <a href="https://docs.github.com/en/enterprise-server@3.4/admin/release-notes">GHES 3.4</a> or later.</li>
</ul>
</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>ci: remove workflow by <a href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/pull/59">peter-evans/find-comment#59</a></li>
<li>Update runtime to node 16 by <a href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/pull/62">peter-evans/find-comment#62</a></li>
<li>4 dependency updates by <a href="https://github.com/actions-bot"><code>@​actions-bot</code></a> and <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/peter-evans/find-comment/compare/v1.3.0...v2.0.0">https://github.com/peter-evans/find-comment/compare/v1.3.0...v2.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="1769778a0c"><code>1769778</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/62">#62</a> from peter-evans/v2</li>
<li><a href="d261a413a5"><code>d261a41</code></a> Update runtime to node 16</li>
<li><a href="2dc3b39a5e"><code>2dc3b39</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/59">#59</a> from peter-evans/rm-workflow</li>
<li><a href="7bdc44ad46"><code>7bdc44a</code></a> ci: remove workflow</li>
<li><a href="838d65d395"><code>838d65d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/56">#56</a> from peter-evans/update-distribution</li>
<li><a href="f54cec0188"><code>f54cec0</code></a> build: update distribution</li>
<li><a href="8911be80c2"><code>8911be8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/55">#55</a> from peter-evans/update-dependencies</li>
<li><a href="6a0aec69cd"><code>6a0aec6</code></a> chore: update dependencies</li>
<li><a href="9156830668"><code>9156830</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/53">#53</a> from peter-evans/dependabot/npm_and_yarn/ansi-regex-5.0.1</li>
<li><a href="e134adbe1d"><code>e134adb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/54">#54</a> from peter-evans/update-distribution</li>
<li>Additional commits viewable in <a href="https://github.com/peter-evans/find-comment/compare/v1.3.0...v2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/find-comment&package-manager=github_actions&previous-version=1.3.0&new-version=2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
pull/1971/head
dependabot[bot] 3 years ago
parent
commit
8bf1e31dc7
  1. 2
      .github/workflows/test262.yml

2
.github/workflows/test262.yml

@ -68,7 +68,7 @@ jobs:
- name: Find Previous Comment
if: github.event_name == 'pull_request'
uses: peter-evans/find-comment@v1.3.0
uses: peter-evans/find-comment@v2
id: previous-comment
with:
issue-number: ${{ steps.pr-number.outputs.pr }}

Loading…
Cancel
Save