We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83290a commit 8d75c69Copy full SHA for 8d75c69
.github/workflows/compliance.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
- name: Setup Python
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
17
with:
18
python-version: ${{ matrix.python }}
19
- name: Install nox
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
.github/workflows/unittest-prerelease.yml
0 commit comments