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 9af40e6 + 5e4b820 commit 213cfe3Copy full SHA for 213cfe3
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
- name: Set up Python 3.8
15
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
16
with:
17
python-version: 3.8
18
- 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@v3
19
- name: Install Python
20
21
22
python-version: "3.x"
23
0 commit comments