We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef15fac commit ef4a35dCopy full SHA for ef4a35d
.github/workflows/pre-commit.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-22.04
13
steps:
14
- uses: actions/checkout@v5
15
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
16
with:
17
python-version: '3.11'
18
- uses: pre-commit/[email protected]
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
python-version: "3.11"
- name: Build spec without warnings
0 commit comments