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 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v5
20
- - uses : actions/setup-python@v5
20
+ - uses : actions/setup-python@v6
21
21
with :
22
22
python-version : " 3.x"
23
23
cache : " pip"
Original file line number Diff line number Diff line change 51
51
fi
52
52
- name : Set up Python
53
53
id : setup_python
54
- uses : actions/setup-python@v5
54
+ uses : actions/setup-python@v6
55
55
with :
56
56
python-version : " 3.x"
57
57
cache : " pip"
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v5
25
25
- name : Set up Python
26
- uses : actions/setup-python@v5
26
+ uses : actions/setup-python@v6
27
27
with :
28
28
python-version : " 3.x"
29
29
- name : Install dependencies
@@ -389,7 +389,7 @@ jobs:
389
389
steps :
390
390
- uses : actions/checkout@v5
391
391
- name : Set up Python ${{ matrix.py }}
392
- uses : actions/setup-python@v5
392
+ uses : actions/setup-python@v6
393
393
with :
394
394
python-version : ${{ matrix.py }}
395
395
cache : " pip"
You can’t perform that action at this time.
0 commit comments