File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
os : [ubuntu-latest, macos-latest]
51
51
52
52
steps :
53
- - uses : actions/checkout@v4.2.2
53
+ - uses : actions/checkout@v5.0.0
54
54
with :
55
55
fetch-depth : 0
56
56
fetch-tags : true
67
67
name : Build source distribution
68
68
runs-on : ubuntu-latest
69
69
steps :
70
- - uses : actions/checkout@v4.2.2
70
+ - uses : actions/checkout@v5.0.0
71
71
with :
72
72
fetch-depth : 0
73
73
fetch-tags : true
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout Source
28
- uses : actions/checkout@v4.2.2
28
+ uses : actions/checkout@v5.0.0
29
29
30
30
- name : Set up Python
31
31
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout source
14
- uses : actions/checkout@v4.2.2
14
+ uses : actions/checkout@v5.0.0
15
15
16
16
- name : Cache pre-commit
17
17
uses : actions/cache@v4
Original file line number Diff line number Diff line change 43
43
44
44
steps :
45
45
- name : Checkout Source
46
- uses : actions/checkout@v4.2.2
46
+ uses : actions/checkout@v5.0.0
47
47
with :
48
48
fetch-depth : 0
49
49
fetch-tags : true
You can’t perform that action at this time.
0 commit comments