We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0010bda commit faf858aCopy full SHA for faf858a
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v3
9
10
- name: Setup Python
11
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
12
with:
13
python-version: "3.8"
14
.github/workflows/release_to_pypi.yml
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
15
16
- name: Set up Python
17
- uses: actions/setup-python@v2
18
19
python-version: "3.x"
20
0 commit comments