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