Skip to content

Commit

Permalink
Bump astral-sh/ruff-action from 2 to 3 (#1091)
Browse files Browse the repository at this point in the history
Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 2 to 3.
- [Release notes](https://github.com/astral-sh/ruff-action/releases)
- [Commits](astral-sh/ruff-action@v2...v3)

---
updated-dependencies:
- dependency-name: astral-sh/ruff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 3c581c2 commit a1c9af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
# dotnet format analyzers Whim.sln --verify-no-changes --no-restore

- name: Check Python formatting
uses: astral-sh/ruff-action@v2
uses: astral-sh/ruff-action@v3
with:
args: format --check

- name: Lint Python code
uses: astral-sh/ruff-action@v2
uses: astral-sh/ruff-action@v3
with:
args: check

Expand Down

0 comments on commit a1c9af4

Please sign in to comment.