File tree 2 files changed +3
-3
lines changed
2 files 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@v4.2 .0
28
+ uses : actions/setup-python@v4.3 .0
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@v4.2 .0
100
+ uses : actions/setup-python@v4.3 .0
101
101
with :
102
102
python-version : ${{ matrix.pyver }}
103
103
# ----------------------------------------------
Original file line number Diff line number Diff line change 27
27
value : " ${{ steps.get_version.outputs.VERSION }}"
28
28
29
29
- name : Set up Python 3.9
30
- uses : actions/setup-python@v1
30
+ uses : actions/setup-python@v4.3.0
31
31
with :
32
32
python-version : 3.9
33
33
You can’t perform that action at this time.
0 commit comments