Skip to content

Commit a15e25c

Browse files
Bump astral-sh/ruff-action from 3.3.0 to 3.4.0 (#86)
Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.3.0 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff-action/releases">astral-sh/ruff-action's releases</a>.</em></p> <blockquote> <h2>v3.4.0 🌈 Add support for pep440 version specifiers</h2> <h2>Changes</h2> <p>With this release you can now also define your ruff version using <a href="https://peps.python.org/pep-0440/#version-specifiers">pep440 specifier</a>:</p> <pre lang="yaml"><code>- name: Install a pep440-specifier-satisfying version of ruff uses: astral-sh/ruff-action@v3 with: version: &quot;&gt;=0.11.10,&lt;0.12.0&quot; </code></pre> <h2>🚀 Enhancements</h2> <ul> <li>Add support for pep440 version specifiers <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/150">#150</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>Check that all jobs are in all-tests-passed needs <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/151">#151</a>)</li> <li>chore: update known checksums for 0.11.11 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/146">#146</a>)</li> <li>chore: update known checksums for 0.11.10 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/140">#140</a>)</li> <li>chore: update known checksums for 0.11.9 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/138">#138</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>docs: Explain that the default behaviour is ruff check <a href="https://github.com/robertHowlett"><code>@​robertHowlett</code></a> (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/142">#142</a>)</li> </ul> <h2>⬆️ Dependency updates</h2> <ul> <li>Bump dependencies <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/152">#152</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff-action/commit/eaf0ecdd668ceea36159ff9d91882c9795d89b49"><code>eaf0ecd</code></a> Bump dependencies (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/152">#152</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/78b7b9921e6c5b9045aff2808d6fcaa6e83ea1e0"><code>78b7b99</code></a> Check that all jobs are in all-tests-passed.needs (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/151">#151</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/9b2efb7fd8aa023f45a179b49e32cd6a7c50b55a"><code>9b2efb7</code></a> Add support for pep440 version specifiers (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/150">#150</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/da0c801a2d0815256ca5dc193b5f28ed9335e886"><code>da0c801</code></a> chore: update known checksums for 0.11.11 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/146">#146</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/257550e9177a8dc7a6af5ca6d84804478eb5d94c"><code>257550e</code></a> docs: Explain that the default behaviour is ruff check (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/142">#142</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/94b3590e879f1f00e72d28bced4dcf26ead9ef7c"><code>94b3590</code></a> chore: update known checksums for 0.11.10 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/140">#140</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/7a9e8edffe9b60ed319de05d26e8ebb64ef5a247"><code>7a9e8ed</code></a> chore: update known checksums for 0.11.9 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/138">#138</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946"><code>84f83ec</code></a> Support versions 0.1.8-0.4.7 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/135">#135</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/ea12b8ac41fb9ef48ba6e9c767c556935b057969"><code>ea12b8a</code></a> Inform user of unsupported old version (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/134">#134</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/b259b0b2991105eea8c7583ab80c52bf3ceb043b"><code>b259b0b</code></a> chore: update known checksums for 0.11.8 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/130">#130</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/ruff-action/compare/c6bea5606c33b5d04902374392d9233464b90660...eaf0ecdd668ceea36159ff9d91882c9795d89b49">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astral-sh/ruff-action&package-manager=github_actions&previous-version=3.3.0&new-version=3.4.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46510a1 commit a15e25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

1919
- name: Run ruff
20-
uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0
20+
uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
2121
with:
2222
version: "0.9.1"
2323
args: "format --check"

0 commit comments

Comments
 (0)