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 41
41
fi
42
42
- name : Set up Python
43
43
id : setup_python
44
- uses : actions/setup-python@v4
44
+ uses : actions/setup-python@v5
45
45
with :
46
46
python-version : " 3.x"
47
47
- name : Install build dependencies
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Set up Python
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : " 3.x"
24
24
- name : Install dependencies
@@ -434,7 +434,7 @@ jobs:
434
434
steps :
435
435
- uses : actions/checkout@v4
436
436
- name : Set up Python ${{ matrix.py }}
437
- uses : actions/setup-python@v4
437
+ uses : actions/setup-python@v5
438
438
with :
439
439
python-version : ${{ matrix.py }}
440
440
- uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments