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.
2 parents e690fb9 + 974790c commit 56927e2Copy full SHA for 56927e2
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- name: Using Python ${{ matrix.python-version }}
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
26
with:
27
python-version: ${{ matrix.python-version }}
28
cache: pip
.github/workflows/tox.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments