File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169
169
fetch-depth : 0
170
170
171
171
- name : Install Python
172
- uses : actions/setup-python@v4
172
+ uses : actions/setup-python@v5
173
173
with :
174
174
python-version : ' 3.11'
175
175
Original file line number Diff line number Diff line change 58
58
- uses : actions/checkout@v4
59
59
60
60
- name : Install Python
61
- uses : actions/setup-python@v4
61
+ uses : actions/setup-python@v5
62
62
with :
63
63
python-version : ' 3.11'
64
64
@@ -897,7 +897,7 @@ jobs:
897
897
fetch-depth : 0
898
898
899
899
- name : Install Python
900
- uses : actions/setup-python@v4
900
+ uses : actions/setup-python@v5
901
901
with :
902
902
python-version : ' 3.11'
903
903
Original file line number Diff line number Diff line change 65
65
packages : autoconf automake libtool
66
66
67
67
- name : Install Python
68
- uses : actions/setup-python@v4
68
+ uses : actions/setup-python@v5
69
69
with :
70
70
python-version : ' 3.11'
71
71
You can’t perform that action at this time.
0 commit comments