File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
- - uses : actions/setup-python@v4
18
+ - uses : actions/setup-python@v5
19
19
name : Install Python
20
20
with :
21
21
python-version : " 3.10"
50
50
needs : build-artifacts
51
51
runs-on : ubuntu-latest
52
52
steps :
53
- - uses : actions/setup-python@v4
53
+ - uses : actions/setup-python@v5
54
54
name : Install Python
55
55
with :
56
56
python-version : " 3.10"
Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0
23
23
24
- - uses : actions/setup-python@v4
24
+ - uses : actions/setup-python@v5
25
25
name : Install Python
26
26
with :
27
27
python-version : " 3.10"
62
62
needs : build-artifacts
63
63
runs-on : ubuntu-latest
64
64
steps :
65
- - uses : actions/setup-python@v4
65
+ - uses : actions/setup-python@v5
66
66
name : Install Python
67
67
with :
68
68
python-version : " 3.10"
You can’t perform that action at this time.
0 commit comments