File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
- name : Checkout
29
29
uses : actions/checkout@v4
30
30
- name : Setup Python 3.9
31
- uses : actions/setup-python@v5
31
+ uses : actions/setup-python@v6
32
32
with :
33
33
python-version : ${{env.pythonversion}}
34
34
# ----------------------------------------------
@@ -100,7 +100,7 @@ jobs:
100
100
- name : Checkout
101
101
uses : actions/checkout@v4
102
102
- name : Setup Python ${{ matrix.pyver }}
103
- uses : actions/setup-python@v5
103
+ uses : actions/setup-python@v6
104
104
with :
105
105
python-version : ${{ matrix.pyver }}
106
106
# ----------------------------------------------
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@v5
30
+ uses : actions/setup-python@v6
31
31
with :
32
32
python-version : 3.9
33
33
You can’t perform that action at this time.
0 commit comments