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 cf599ae commit cd7a842Copy full SHA for cd7a842
.github/workflows/lint.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v5
14
15
- name: Set up Python 3.12
16
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
17
with:
18
python-version: 3.12
19
.github/workflows/tox.yaml
@@ -14,7 +14,7 @@ jobs:
steps:
- name: Setup Python
python-version: ${{ matrix.python }}
20
0 commit comments