24
24
container : dockfool/cake-docker:latest
25
25
steps :
26
26
- name : Checkout source
27
-
27
+
28
28
with :
29
29
fetch-depth : 0
30
30
filter : tree:0
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Checkout source
64
-
64
+
65
65
with :
66
66
fetch-depth : 0
67
67
filter : tree:0
80
80
console.log(JSON.stringify(contexts, null, 2));
81
81
82
82
- name : Install dotnet
83
- uses : actions/setup-dotnet@v4.0.1
83
+ uses : actions/setup-dotnet@v4.1.0
84
84
with :
85
85
# renovate: datasource=dotnet depName=dotnet-sdk
86
86
dotnet-version : 8.0.403
@@ -104,7 +104,7 @@ jobs:
104
104
runs-on : macos-latest
105
105
steps :
106
106
- name : Checkout source
107
-
107
+
108
108
with :
109
109
fetch-depth : 0
110
110
filter : tree:0
@@ -123,7 +123,7 @@ jobs:
123
123
console.log(JSON.stringify(contexts, null, 2));
124
124
125
125
- name : Install dotnet
126
- uses : actions/setup-dotnet@v4.0.1
126
+ uses : actions/setup-dotnet@v4.1.0
127
127
with :
128
128
# renovate: datasource=dotnet depName=dotnet-sdk
129
129
dotnet-version : 8.0.403
@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : windows-latest
148
148
steps :
149
149
- name : Checkout source
150
-
150
+
151
151
with :
152
152
fetch-depth : 0
153
153
filter : tree:0
@@ -166,7 +166,7 @@ jobs:
166
166
console.log(JSON.stringify(contexts, null, 2));
167
167
168
168
- name : Install dotnet
169
- uses : actions/setup-dotnet@v4.0.1
169
+ uses : actions/setup-dotnet@v4.1.0
170
170
with :
171
171
# renovate: datasource=dotnet depName=dotnet-sdk
172
172
dotnet-version : 8.0.403
0 commit comments