Skip to content

Commit 03e82d1

Browse files
chore(deps): bump thollander/actions-comment-pull-request from 2.4.3 to 2.5.0 (#29159)
Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2.4.3 to 2.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/thollander/actions-comment-pull-request/releases">thollander/actions-comment-pull-request's releases</a>.</em></p> <blockquote> <h2>v2.4.3 : Node 20 version support</h2> <h2>What's Changed</h2> <ul> <li>chore(deps-dev): bump <code>@​vercel/ncc</code> from 0.38.0 to 0.38.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/304">thollander/actions-comment-pull-request#304</a></li> <li>feat: node 20 version support by <a href="https://github.com/thollander"><code>@​thollander</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/307">thollander/actions-comment-pull-request#307</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/thollander/actions-comment-pull-request/compare/v2.4.3...v2.5.0">https://github.com/thollander/actions-comment-pull-request/compare/v2.4.3...v2.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/fabd468d3a1a0b97feee5f6b9e499eab0dd903f6"><code>fabd468</code></a> Merge pull request <a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/307">#307</a> from thollander/feat/node-20</li> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/cb9f4be78695d9811c6ad130dbfc0578ba444415"><code>cb9f4be</code></a> chore: bump to v2.5.0</li> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/2f6921097b4dc86a5b9fca468fabe581271e7a06"><code>2f69210</code></a> feat: node 20 version support</li> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/9d67388b9a94966eb262e68d9a3b368497990b77"><code>9d67388</code></a> chore(deps-dev): bump <code>@​vercel/ncc</code> from 0.38.0 to 0.38.1 (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/304">#304</a>)</li> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/88b3c3f072e8cc7eae4b09d1cc62d308a51ca923"><code>88b3c3f</code></a> docs: fix wrong indent</li> <li>See full diff in <a href="https://github.com/thollander/actions-comment-pull-request/compare/1d3973dc4b8e1399c0620d3f2b1aa5e795465308...fabd468d3a1a0b97feee5f6b9e499eab0dd903f6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thollander/actions-comment-pull-request&package-manager=github_actions&previous-version=2.4.3&new-version=2.5.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
1 parent 058b120 commit 03e82d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/request-cli-integ-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
git config --global user.email '[email protected]'
4747
git push --force --atomic https://github.com/${{ github.repository }}.git FETCH_HEAD:test-main-pipeline
4848
- name: Explain next steps
49-
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308
49+
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6
5050
with:
5151
message: |
5252
:arrow_right: **PR build request submitted to `test-main-pipeline`** :arrow_left:

0 commit comments

Comments
 (0)