Skip to content

Commit

Permalink
ci: use setup-python@v4
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <[email protected]>
  • Loading branch information
msclock committed Oct 26, 2023
1 parent f526de1 commit 6f12378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Set up python
uses: actions/setup-python@v3
uses: actions/setup-python@v4

- name: Run pre-commit on codebase
uses: pre-commit/[email protected]
Expand Down

0 comments on commit 6f12378

Please sign in to comment.