Merge pull request #184 from Kav-K/dependabot/github_actions/actions/setup-python-4

Bump actions/setup-python from 1 to 4
Kaveen Kumarasinghe 1 year ago committed by GitHub
commit 69ba809158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
with: # https://github.com/stefanzweifel/git-auto-commit-action#checkout-the-correct-branch
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
- run: pip install black
- run: black --check .
- name: If needed, commit black changes to a new pull request

Loading…
Cancel
Save