We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 531f77e + 8c5851e commit e2e1251Copy full SHA for e2e1251
3 files changed
.github/workflows/format.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
22
23
python-version: 3
24
- uses: pre-commit/action@v3.0.1
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
32
33
python-version: ${{ matrix.python-version }}
34
allow-prereleases: true
.github/workflows/update_precommit_hooks.yml
@@ -34,7 +34,7 @@ jobs:
- name: Checkout
35
uses: actions/checkout@v4
36
- name: Set up Python
37
38
39
python-version: '3.12'
40
allow-prereleases: false
0 commit comments