Skip to content

Commit

Permalink
chore(deps): Bump astral-sh/ruff-action in the all-actions group
Browse files Browse the repository at this point in the history
Bumps the all-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: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 6ed1aa6 commit 046ded1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2
- uses: astral-sh/ruff-action@v3
with:
version: 0.8.2
src: "./pydid"
- uses: astral-sh/ruff-action@v2
- uses: astral-sh/ruff-action@v3
with:
version: 0.8.2
src: "./pydid"
Expand Down

0 comments on commit 046ded1

Please sign in to comment.