Skip to content

Commit 9241d8f

Browse files
authoredSep 26, 2024
chore(deps): Bump psf/black in the all-actions group
Bumps the all-actions group with 1 update: [psf/black](https://github.com/psf/black). Updates `psf/black` from 24.4.2 to 24.8.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...24.8.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]>
1 parent 6267e00 commit 9241d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: psf/black@24.4.2
15+
- uses: psf/black@24.8.0
1616
with:
1717
src: "./pydid"
1818
- uses: chartboost/ruff-action@v1

0 commit comments

Comments
 (0)