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 28
28
uses : actions/checkout@v4
29
29
30
30
- name : setup python
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
34
Original file line number Diff line number Diff line change 54
54
fetch-depth : 0 # fetch all branches and tags
55
55
56
56
- name : setup python
57
- uses : actions/setup-python@v4
57
+ uses : actions/setup-python@v5
58
58
with :
59
59
python-version : ${{ matrix.python-version }}
60
60
@@ -100,7 +100,7 @@ jobs:
100
100
- name : checkout the repository
101
101
uses : actions/checkout@v4
102
102
- name : setup python
103
- uses : actions/setup-python@v4
103
+ uses : actions/setup-python@v5
104
104
with :
105
105
python-version : " 3.x"
106
106
- uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- name : Set up Python
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ' 3.x'
17
17
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments