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 493a73b commit cf15bb1Copy full SHA for cf15bb1
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v3
20
with:
21
python-version: ${{ matrix.python-version }}
22
architecture: x64
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
python-version: "3.10"
44
.github/workflows/python-publish.yml
@@ -19,7 +19,7 @@ jobs:
- name: Set up Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
23
24
python-version: "3.x"
25
0 commit comments