Skip to content

Commit 5d173af

Browse files
authored
GitHub Actions: Upgrade setup-python
1 parent 6891a67 commit 5d173af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v3
13+
- uses: actions/setup-python@v4
14+
with:
15+
python-version: 3.x
1416
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)