Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 1580b4b commit 25dd72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Lint with Ruff
uses: astral-sh/ruff-action@v1
uses: astral-sh/ruff-action@v2
- name: Format with Ruff
uses: astral-sh/ruff-action@v1
uses: astral-sh/ruff-action@v2
with:
args: 'format --check'

Expand Down

0 comments on commit 25dd72d

Please sign in to comment.