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 cb4da2b + fa04d53 commit 387b0f6Copy full SHA for 387b0f6
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v6
15
- name: Set up Python 3.8
16
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
17
with:
18
python-version: 3.8
19
- name: Lint
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
- name: Run Tests 38
.github/workflows/pip-audit.yml
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v6
- name: Install Python
20
21
22
python-version: "3.x"
23
0 commit comments