Skip to content

Commit d67e6c0

Browse files
authored
Update black.yml
move from v2 to v4 of setup-python
1 parent 8c45403 commit d67e6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v1 # Use v1, NOT v2
13-
- uses: actions/setup-python@v2
13+
- uses: actions/setup-python@v4
1414
- run: pip install black isort
1515
- run: black --check .
1616
- name: If needed, commit black changes to a new pull request

0 commit comments

Comments
 (0)