Skip to content

Commit 037c8dc

Browse files
authored
Merge pull request #5 from peter-evans/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents f4508ae + b45897a commit 037c8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/black-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: ${{ github.event.client_payload.pull_request.head.ref }}
1515

1616
# Setup Python environment
17-
- uses: actions/setup-python@v3
17+
- uses: actions/setup-python@v4
1818

1919
# Install black
2020
- name: Install black

0 commit comments

Comments
 (0)