Skip to content

Commit 16f8f30

Browse files
committed
try to use python3.10
1 parent 6ca777b commit 16f8f30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/setup-python@v2
16+
- name: Set up Python 3.x
17+
uses: actions/setup-python@v4
18+
with:
19+
python-version: "3.x"
1720
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)