We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c82eb1 commit afdd27aCopy full SHA for afdd27a
1 file changed
.github/workflows/pre-commit.yaml
@@ -8,5 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v3
11
- - uses: actions/setup-python@v3.13
+ - uses: actions/setup-python@v5
12
+ with:
13
+ python-version: '3.13'
14
- uses: pre-commit/action@v3.0.1
0 commit comments