Skip to content

Commit b443ec7

Browse files
build(deps): bump astral-sh/ruff-action from 4.0.0 to 4.1.0 (#3910)
Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 4.0.0 to 4.1.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff-action/commit/278981a28ce3188b1e39527901f38254bf3aac89"><code>278981a</code></a> Add option to skip Astral mirror downloads (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/387">#387</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/c35f46c92bb002594f380fe551593c23fe2f2c5d"><code>c35f46c</code></a> chore: roll up Dependabot updates (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/386">#386</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/f3db229c84ab49dc0bc715c3e87e099b99c943d2"><code>f3db229</code></a> feat: support uv.lock as version-file (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/379">#379</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/270e80dfe771096cac6ac76ff7e22cc948d9fc3f"><code>270e80d</code></a> Fix wildcard src input (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/368">#368</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/5fedeebdb3a98a08e28580dfbf53e4e021c715a7"><code>5fedeeb</code></a> Add Dependabot rollup skill (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/385">#385</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/99fe79f472e5112a6ade4da0b57272b436149c34"><code>99fe79f</code></a> chore: update known checksums for 0.15.20 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/383">#383</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/32ad1b993e7eb0b4225e4cab5df2f6c5e154a65f"><code>32ad1b9</code></a> chore: update known checksums for 0.15.19 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/382">#382</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/f78e087041f3e90b68678ad4e39bf14eceb68084"><code>f78e087</code></a> chore: update known checksums for 0.15.18 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/381">#381</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/2f886796233dd932a419c469cee06063a017922e"><code>2f88679</code></a> chore: update known checksums for 0.15.17 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/380">#380</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/b79a7ac759a34911be97ecdf3d744c213336da60"><code>b79a7ac</code></a> chore: update known checksums for 0.15.16 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/378">#378</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff-action/compare/v4.0.0...v4.1.0">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=4.0.0&new-version=4.1.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 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 89eba16 commit b443ec7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v7
35-
- uses: astral-sh/ruff-action@v4.0.0
35+
- uses: astral-sh/ruff-action@v4.1.0
3636
with:
3737
# Keep in sync with .pre-commit-config.yaml
3838
version: 0.15.14
3939
args: check --extend-exclude testdata
40-
- uses: astral-sh/ruff-action@v4.0.0
40+
- uses: astral-sh/ruff-action@v4.1.0
4141
with:
4242
version: 0.15.14
4343
args: format --check --exclude testdata

0 commit comments

Comments
 (0)