File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ jobs:
26
26
container : dockfool/cake-docker:latest
27
27
steps :
28
28
- name : Checkout source
29
- uses : actions/checkout@v3.6.0
29
+ uses : actions/checkout@v4.1.1
30
30
with :
31
31
fetch-depth : 0
32
- submodules : recursive
32
+ filter : tree:0
33
+ show-progress : false
33
34
34
35
- name : Cache packages
35
36
@@ -45,10 +46,11 @@ jobs:
45
46
runs-on : ubuntu-latest
46
47
steps :
47
48
- name : Checkout source
48
- uses : actions/checkout@v3.6.0
49
+ uses : actions/checkout@v4.1.1
49
50
with :
50
51
fetch-depth : 0
51
- submodules : recursive
52
+ filter : tree:0
53
+ show-progress : false
52
54
53
55
- name : Install dotnet
54
56
@@ -70,10 +72,11 @@ jobs:
70
72
runs-on : macos-latest
71
73
steps :
72
74
- name : Checkout source
73
- uses : actions/checkout@v3.6.0
75
+ uses : actions/checkout@v4.1.1
74
76
with :
75
77
fetch-depth : 0
76
- submodules : recursive
78
+ filter : tree:0
79
+ show-progress : false
77
80
78
81
- name : Install dotnet
79
82
@@ -95,10 +98,11 @@ jobs:
95
98
runs-on : windows-latest
96
99
steps :
97
100
- name : Checkout source
98
- uses : actions/checkout@v3.6.0
101
+ uses : actions/checkout@v4.1.1
99
102
with :
100
103
fetch-depth : 0
101
- submodules : recursive
104
+ filter : tree:0
105
+ show-progress : false
102
106
103
107
- name : Install dotnet
104
108
You can’t perform that action at this time.
0 commit comments