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 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 0 # Fetch all history for all tags and branches
15
15
54
54
runs-on : ubuntu-latest
55
55
56
56
steps :
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@v3
58
58
with :
59
59
fetch-depth : 0 # Fetch all history for all tags and branches
60
60
78
78
runs-on : ubuntu-latest
79
79
80
80
steps :
81
- - uses : actions/checkout@v2
81
+ - uses : actions/checkout@v3
82
82
with :
83
83
fetch-depth : 0 # Fetch all history for all tags and branches
84
84
Original file line number Diff line number Diff line change 26
26
- " 3.9"
27
27
- " 3.10"
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
with :
31
31
fetch-depth : 0 # Fetch all history for all tags and branches
32
32
You can’t perform that action at this time.
0 commit comments