Skip to content

Commit 2378ef5

Browse files
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.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]>
1 parent f1d7d85 commit 2378ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
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.8.0
15+
- uses: psf/black@24.10.0
1616
with:
1717
src: "./pydid"
1818
- uses: chartboost/ruff-action@v1

0 commit comments

Comments
 (0)