Skip to content

Commit

Permalink
Bump astral-sh/ruff-action from 2 to 3 in the github-actions group (#87)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action).


Updates `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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 8dd5496 commit 30eea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2
- uses: astral-sh/ruff-action@v3
- run: pipx run 'codespell[toml]' **/*.py **/*.txt --skip="venv/lib/python3*"

ci:
Expand Down

0 comments on commit 30eea4e

Please sign in to comment.