Skip to content

Commit

Permalink
chore(deps): Bump psf/black in the all-actions group
Browse files Browse the repository at this point in the history
Bumps the all-actions group with 1 update: [psf/black](https://github.com/psf/black).


Updates `psf/black` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...24.10.0)

---
updated-dependencies:
- dependency-name: psf/black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent f1d7d85 commit 2378ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@24.8.0
- uses: psf/black@24.10.0
with:
src: "./pydid"
- uses: chartboost/ruff-action@v1
Expand Down

0 comments on commit 2378ef5

Please sign in to comment.