File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
44
44
# Setup Python (faster than using Python container)
45
45
- name : Setup Python
46
- uses : actions/setup-python@v4
46
+ uses : actions/setup-python@v5
47
47
with :
48
48
python-version : ${{ matrix.python-version }}
49
49
cache : pip
94
94
- name : Check out repository code
95
95
uses : actions/checkout@v4
96
96
- name : Setup Python
97
- uses : actions/setup-python@v4
97
+ uses : actions/setup-python@v5
98
98
with :
99
99
python-version : " 3.10"
100
100
cache : pip
@@ -121,7 +121,7 @@ jobs:
121
121
steps :
122
122
- uses : actions/checkout@v4
123
123
- name : Setup Python
124
- uses : actions/setup-python@v4
124
+ uses : actions/setup-python@v5
125
125
with :
126
126
python-version : " 3.10"
127
127
cache : pip
Original file line number Diff line number Diff line change 26
26
- name : Setup Pages
27
27
uses : actions/configure-pages@v3
28
28
- name : Set up Python 3.10
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5
30
30
with :
31
31
python-version : " 3.10"
32
32
cache : pip
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Set up Python 3.x
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : " 3.x"
18
18
- name : Install release dependencies
You can’t perform that action at this time.
0 commit comments