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 18ea23a commit 383151eCopy full SHA for 383151e
.github/workflows/format.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v5
15
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
16
with:
17
python-version: '3.10'
18
- uses: pre-commit/[email protected]
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
- name: Set up Python ${{ matrix.python-version }}
37
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
38
39
python-version: ${{ matrix.python-version }}
40
0 commit comments