Bumps [fourmolu/fourmolu-action](https://github.com/fourmolu/fourmolu-action) from 6 to 9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fourmolu/fourmolu-action/releases">fourmolu/fourmolu-action's releases</a>.</em></p> <blockquote> <h2>v9</h2> <p><code>run-fourmolu</code> Action now takes a <code>version</code> argument to allow you to specify the version of Fourmolu you want to use. If you don't specify the <code>version</code> argument, then the <em>latest</em> version of Fourmolu will be used.</p> <p><strong>Note that this is a breaking change for all current users of <code>run-fourmolu</code></strong>.</p> <p>With this change, you're now able to use a single version of <code>run-fourmolu</code> with different versions of Fourmolu.</p> <p>Here's an example of how you'd use <code>run-fourmolu</code> with the 0.12.0.0 version of Fourmolu:</p> <pre lang="yaml"><code>- uses: haskell-actions/run-fourmolu@v9 with: version: "0.12.0.0" </code></pre> <p>It is recommended to always specify the version of Fourmolu you want to use, since Fourmolu is often not backwards compatible. New releases of Fourmolu could possibly break your CI. However, if you want to always use the newest release of fourmolu, you can do it like the following:</p> <pre lang="yaml"><code>- uses: haskell-actions/run-fourmolu@v9 with: version: "latest" </code></pre> <p>Alternatively, you can leave out the <code>version</code> argument and it will default to <code>latest</code>.</p> <h2>v8</h2> <p>This release uses fourmolu-0.12.0.0.</p> <h2>v7</h2> <p>This release uses fourmolu-0.11.0.0.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/haskell-actions/run-fourmolu/blob/master/CHANGELOG.md">fourmolu/fourmolu-action's changelog</a>.</em></p> <blockquote> <h2>run-fourmolu v9</h2> <ul> <li> <p><code>run-fourmolu</code> Action now takes a <code>version</code> argument to allow you to specify the version of Fourmolu you want to use. If you don't specify the <code>version</code> argument, then the <em>latest</em> version of Fourmolu will be used. <strong>Note that this is a breaking change for all current users of <code>run-fourmolu</code></strong>.</p> <p>With this change, you're now able to use a single version of <code>run-fourmolu</code> with different versions of Fourmolu.</p> <p>Here's an example of how you'd use <code>run-fourmolu</code> with the 0.12.0.0 version of Fourmolu:</p> <pre lang="yaml"><code>- uses: haskell-actions/run-fourmolu@v9 with: version: "0.12.0.0" </code></pre> <p>It is recommended to always specify the version of Fourmolu you want to use, since Fourmolu is often not backwards compatible. New releases of Fourmolu could possibly break your CI. However, if you want to always use the newest release of fourmolu, you can do it like the following:</p> <pre lang="yaml"><code>- uses: haskell-actions/run-fourmolu@v9 with: version: "latest" </code></pre> <p>Alternatively, you can leave out the <code>version</code> argument and it will default to <code>latest</code>.</p> </li> </ul> <h2>run-fourmolu v8</h2> <ul> <li>Uses Fourmolu 0.12.0.0</li> </ul> <h2>Fourmolu action v7</h2> <ul> <li>Uses Fourmolu 0.11.0.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/haskell-actions/run-fourmolu/commit/5f705691205a8e6efb36c043d7b461ecb97ee082"><code>5f70569</code></a> Merge pull request <a href="https://redirect.github.com/fourmolu/fourmolu-action/issues/21">#21</a> from haskell-actions/auto-latest-version</li> <li><a href="https://github.com/haskell-actions/run-fourmolu/commit/157c5ff222c6bd747ddcc16bee67d7243ee852d6"><code>157c5ff</code></a> Remove files for making releases and bumping versions.</li> <li><a href="https://github.com/haskell-actions/run-fourmolu/commit/3eb091e0c2edadcd8d6aaf9f9dfc3295c40ebfe2"><code>3eb091e</code></a> Update CHANGELOG.md for v9</li> <li><a href="https://github.com/haskell-actions/run-fourmolu/commit/dbc8d1097cf5ee96fc9481d4d8aa1e65f89d2a69"><code>dbc8d10</code></a> Update README to explain how to use the new version input argument.</li> <li><a href="https://github.com/haskell-actions/run-fourmolu/commit/7ba27b6a9a0523d4116ec5059efeb27e9c4cdd16"><code>7ba27b6</code></a> Add <code>version</code> input for specifying the version of Fourmolu to use</li> <li><a href="https://github.com/haskell-actions/run-fourmolu/commit/20b71e183597be2e3c6e7c0c3cd2325eae2c85b8"><code>20b71e1</code></a> Add description for new version input argument.</li> <li><a href="https://github.com/haskell-actions/run-fourmolu/commit/b8c81ae2d7b586f05230555b647b406442be9cba"><code>b8c81ae</code></a> Merge pull request <a href="https://redirect.github.com/fourmolu/fourmolu-action/issues/20">#20</a> from haskell-actions/bump-to-fourmolu-0.12.0.0</li> <li><a href="https://github.com/haskell-actions/run-fourmolu/commit/3b168ea3a38ed391a8c982b87c0116d52224b959"><code>3b168ea</code></a> Bumping to fourmolu-0.12.0.0</li> <li><a href="https://github.com/haskell-actions/run-fourmolu/commit/0a789897053d7e0bba151e40558c0a440cea369f"><code>0a78989</code></a> Change more uses of fourmolu/fourmolu-action to haskell-actions/run-fourmolu</li> <li><a href="https://github.com/haskell-actions/run-fourmolu/commit/4b942ec85ad824b7c34b3a42e8d194a346cb250b"><code>4b942ec</code></a> Merge pull request <a href="https://redirect.github.com/fourmolu/fourmolu-action/issues/19">#19</a> from bilalakhter/bilalakhtar</li> <li>Additional commits viewable in <a href="https://github.com/fourmolu/fourmolu-action/compare/v6...v9">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 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 still under discussion. The issue was opened by dependabot[bot] and has received 0 comments.