File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
container : dockfool/cake-docker:latest
27
27
steps :
28
28
- name : Checkout source
29
- uses : actions/checkout@v4.1.4
29
+ uses : actions/checkout@v4.1.5
30
30
with :
31
31
fetch-depth : 0
32
32
filter : tree:0
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- name : Checkout source
49
- uses : actions/checkout@v4.1.4
49
+ uses : actions/checkout@v4.1.5
50
50
with :
51
51
fetch-depth : 0
52
52
filter : tree:0
72
72
runs-on : macos-latest
73
73
steps :
74
74
- name : Checkout source
75
- uses : actions/checkout@v4.1.4
75
+ uses : actions/checkout@v4.1.5
76
76
with :
77
77
fetch-depth : 0
78
78
filter : tree:0
98
98
runs-on : windows-latest
99
99
steps :
100
100
- name : Checkout source
101
- uses : actions/checkout@v4.1.4
101
+ uses : actions/checkout@v4.1.5
102
102
with :
103
103
fetch-depth : 0
104
104
filter : tree:0
You can’t perform that action at this time.
0 commit comments