24
24
container : dockfool/cake-docker:latest
25
25
steps :
26
26
- name : Checkout source
27
- uses : actions/checkout@v4.2.0
27
+ uses : actions/checkout@v4.2.1
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
- uses : actions/checkout@v4.2.0
64
+ uses : actions/checkout@v4.2.1
65
65
with :
66
66
fetch-depth : 0
67
67
filter : tree:0
83
83
uses : actions/setup-dotnet@v4.0.1
84
84
with :
85
85
# renovate: datasource=dotnet depName=dotnet-sdk
86
- dotnet-version : 8.0.402
86
+ dotnet-version : 8.0.403
87
87
88
88
- name : Cake build
89
89
id : cake
@@ -104,7 +104,7 @@ jobs:
104
104
runs-on : macos-latest
105
105
steps :
106
106
- name : Checkout source
107
- uses : actions/checkout@v4.2.0
107
+ uses : actions/checkout@v4.2.1
108
108
with :
109
109
fetch-depth : 0
110
110
filter : tree:0
@@ -126,7 +126,7 @@ jobs:
126
126
uses : actions/setup-dotnet@v4.0.1
127
127
with :
128
128
# renovate: datasource=dotnet depName=dotnet-sdk
129
- dotnet-version : 8.0.402
129
+ dotnet-version : 8.0.403
130
130
131
131
- name : Cake build
132
132
id : cake
@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : windows-latest
148
148
steps :
149
149
- name : Checkout source
150
- uses : actions/checkout@v4.2.0
150
+ uses : actions/checkout@v4.2.1
151
151
with :
152
152
fetch-depth : 0
153
153
filter : tree:0
@@ -169,7 +169,7 @@ jobs:
169
169
uses : actions/setup-dotnet@v4.0.1
170
170
with :
171
171
# renovate: datasource=dotnet depName=dotnet-sdk
172
- dotnet-version : 8.0.402
172
+ dotnet-version : 8.0.403
173
173
174
174
- name : Cake build
175
175
id : cake
0 commit comments