File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
- name : Checkout
26
26
uses : actions/checkout@v3
27
27
- name : Setup Python 3.9
28
- uses : actions/setup-python@v2
28
+ uses : actions/setup-python@v3.1.1
29
29
with :
30
30
python-version : 3.9
31
31
# ----------------------------------------------
97
97
- name : Checkout
98
98
uses : actions/checkout@v3
99
99
- name : Setup Python ${{ matrix.pyver }}
100
- uses : actions/setup-python@v2
100
+ uses : actions/setup-python@v3.1.1
101
101
with :
102
102
python-version : ${{ matrix.pyver }}
103
103
# ----------------------------------------------
@@ -158,7 +158,7 @@ jobs:
158
158
- name : Checkout
159
159
uses : actions/checkout@v3
160
160
- name : Setup Python 3.9
161
- uses : actions/setup-python@v2
161
+ uses : actions/setup-python@v3.1.1
162
162
with :
163
163
python-version : 3.9
164
164
- name : Install Poetry
You can’t perform that action at this time.
0 commit comments