Skip to content

Commit 732f618

Browse files
dependabot[bot]andyshinn
authored andcommitted
Bump psf/black
Bumps the github_actions group with 1 update in the /.github/workflows directory: [psf/black](https://github.com/psf/black). Updates `psf/black` from 26.1.0 to 26.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.1.0...26.3.0) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.3.0 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b122a47 commit 732f618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
4444
4545
- name: Run black
46-
uses: psf/black@26.1.0
46+
uses: psf/black@26.3.0
4747
with:
4848
options: "-l 125 --check --diff --verbose"
4949
test:

0 commit comments

Comments
 (0)