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 18
18
- uses : " actions/checkout@v4"
19
19
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
20
20
id : python
21
- uses : actions/setup-python@v4.8 .0
21
+ uses : actions/setup-python@v5.0 .0
22
22
with :
23
23
python-version : ${{ env.DEFAULT_PYTHON }}
24
24
cache : " pip"
42
42
- uses : " actions/checkout@v4"
43
43
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
44
44
id : python
45
- uses : actions/setup-python@v4.8 .0
45
+ uses : actions/setup-python@v5.0 .0
46
46
with :
47
47
python-version : ${{ env.DEFAULT_PYTHON }}
48
48
cache : " pip"
Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@v4
24
24
25
25
- name : Set up Python
26
- uses : actions/setup-python@v4.8 .0
26
+ uses : actions/setup-python@v5.0 .0
27
27
with :
28
28
python-version : " 3.11"
29
29
You can’t perform that action at this time.
0 commit comments