We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f8f30 commit 7d06ed2Copy full SHA for 7d06ed2
1 file changed
.github/workflows/pre-commit.yml
@@ -13,8 +13,8 @@ jobs:
13
runs-on: ubuntu-20.04
14
steps:
15
- uses: actions/checkout@v2
16
- - name: Set up Python 3.x
+ - name: Set up Python 3.10
17
uses: actions/setup-python@v4
18
with:
19
- python-version: "3.x"
+ python-version: "3.10"
20
- uses: pre-commit/action@v2.0.2
0 commit comments