Intellij support for Fluent Language
Bumps [jtalk/url-health-check-action](https://github.com/jtalk/url-health-check-action) from 2 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jtalk/url-health-check-action/releases">jtalk/url-health-check-action's releases</a>.</em></p> <blockquote> <h2>Using Node v20</h2> <p>Upgrading to Node.js v20 as Github is deprecating v16 in its runners.</p> <h2>v3.2: Dependabot updates</h2> <h2>What's Changed</h2> <ul> <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/Jtalk/url-health-check-action/pull/25">Jtalk/url-health-check-action#25</a></li> <li>Bump semver from 7.3.8 to 7.5.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/Jtalk/url-health-check-action/pull/24">Jtalk/url-health-check-action#24</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Jtalk/url-health-check-action/compare/v3...v3.2">https://github.com/Jtalk/url-health-check-action/compare/v3...v3.2</a></p> <h2>Add Cookie & Basic Auth support</h2> <p>No release notes provided.</p> <h2>Stop using set-output</h2> <p>Set-output was deprecated, so <code>@actions/core</code> had to be upgraded to account for that. It should backward compatible.</p> <h2>v2.2</h2> <h2>What's Changed</h2> <ul> <li>Update README.md by <a href="https://github.com/MarekLani"><code>@MarekLani</code></a> in <a href="https://redirect.github.com/Jtalk/url-health-check-action/pull/9">Jtalk/url-health-check-action#9</a></li> <li>[Audit] Update dependnecies by <a href="https://github.com/Jtalk"><code>@Jtalk</code></a> in <a href="https://redirect.github.com/Jtalk/url-health-check-action/pull/12">Jtalk/url-health-check-action#12</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MarekLani"><code>@MarekLani</code></a> made their first contribution in <a href="https://redirect.github.com/Jtalk/url-health-check-action/pull/9">Jtalk/url-health-check-action#9</a></li> <li><a href="https://github.com/Jtalk"><code>@Jtalk</code></a> made their first contribution in <a href="https://redirect.github.com/Jtalk/url-health-check-action/pull/12">Jtalk/url-health-check-action#12</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Jtalk/url-health-check-action/compare/v2...v2.2">https://github.com/Jtalk/url-health-check-action/compare/v2...v2.2</a></p> <h2>v2.1 Fix number arguments failing exec on windows</h2> <p>Github Toolkit's exec expects all the arguments to be strings. Passing there a number works on other platforms, but windows is special.</p> <p>This release converts all the arguments to <code>exec</code> to strings.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Jtalk/url-health-check-action/commit/b716ccb6645355dd9fcce8002ce460e5474f7f00"><code>b716ccb</code></a> Bump version in README</li> <li><a href="https://github.com/Jtalk/url-health-check-action/commit/fe3fb69ed254a166a7dad747beb6bb7bb7ad0b2f"><code>fe3fb69</code></a> Merge pull request <a href="https://redirect.github.com/jtalk/url-health-check-action/issues/26">#26</a> from vijaya314/update-node-version-used-to-v20</li> <li><a href="https://github.com/Jtalk/url-health-check-action/commit/2ee643661e90657c14b01713029b546285ba80d5"><code>2ee6436</code></a> Update github actions to use v4</li> <li><a href="https://github.com/Jtalk/url-health-check-action/commit/70fe544c19d081582600102215e756596cc7ffbb"><code>70fe544</code></a> Run with Node 20</li> <li><a href="https://github.com/Jtalk/url-health-check-action/commit/fc2fe2a9ca9c9734d992431b749b79350d771fbb"><code>fc2fe2a</code></a> Merge pull request <a href="https://redirect.github.com/jtalk/url-health-check-action/issues/24">#24</a> from Jtalk/dependabot/npm_and_yarn/semver-7.5.2</li> <li><a href="https://github.com/Jtalk/url-health-check-action/commit/b8c59a1eb9bb9f272db6fa88ff3ec79b82d0c58c"><code>b8c59a1</code></a> Merge pull request <a href="https://redirect.github.com/jtalk/url-health-check-action/issues/25">#25</a> from Jtalk/dependabot/npm_and_yarn/word-wrap-1.2.4</li> <li><a href="https://github.com/Jtalk/url-health-check-action/commit/8e1cd8446b5ccfa80286e3c1e230a11baaa531f1"><code>8e1cd84</code></a> Bump word-wrap from 1.2.3 to 1.2.4</li> <li><a href="https://github.com/Jtalk/url-health-check-action/commit/7c09e4f067f730c2216407a2c48ad7eebc618423"><code>7c09e4f</code></a> Bump semver from 7.3.8 to 7.5.2</li> <li><a href="https://github.com/Jtalk/url-health-check-action/commit/f3f7bd79e4a64218eea7caad72796a1443896aeb"><code>f3f7bd7</code></a> Merge pull request <a href="https://redirect.github.com/jtalk/url-health-check-action/issues/22">#22</a> from MuH3gPaB/curl_cookies_auth_support</li> <li><a href="https://github.com/Jtalk/url-health-check-action/commit/75dc6c14125ffafc26284681bc21977f05d59e22"><code>75dc6c1</code></a> Cookie and basic auth support</li> <li>Additional commits viewable in <a href="https://github.com/jtalk/url-health-check-action/compare/v2...v4">compare view</a></li> </ul> </details> <br /> [](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>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 0 comments.