@@ -26,14 +26,14 @@ jobs:
26
26
container : dockfool/cake-docker:latest
27
27
steps :
28
28
- name : Checkout source
29
-
29
+
30
30
with :
31
31
fetch-depth : 0
32
32
filter : tree:0
33
33
show-progress : false
34
34
35
35
- name : Cache packages
36
-
36
+
37
37
with :
38
38
path : ${{ env.NUGET_PACKAGES }}
39
39
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -46,20 +46,20 @@ jobs:
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- name : Checkout source
49
-
49
+
50
50
with :
51
51
fetch-depth : 0
52
52
filter : tree:0
53
53
show-progress : false
54
54
55
55
- name : Install dotnet
56
- uses : actions/setup-dotnet@v4.0.1
56
+ uses : actions/setup-dotnet@v4.1.0
57
57
with :
58
58
# renovate: datasource=dotnet depName=dotnet-sdk
59
59
dotnet-version : 8.0.403
60
60
61
61
- name : Cache packages
62
-
62
+
63
63
with :
64
64
path : ${{ env.NUGET_PACKAGES }}
65
65
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -72,20 +72,20 @@ jobs:
72
72
runs-on : macos-latest
73
73
steps :
74
74
- name : Checkout source
75
-
75
+
76
76
with :
77
77
fetch-depth : 0
78
78
filter : tree:0
79
79
show-progress : false
80
80
81
81
- name : Install dotnet
82
- uses : actions/setup-dotnet@v4.0.1
82
+ uses : actions/setup-dotnet@v4.1.0
83
83
with :
84
84
# renovate: datasource=dotnet depName=dotnet-sdk
85
85
dotnet-version : 8.0.403
86
86
87
87
- name : Cache packages
88
-
88
+
89
89
with :
90
90
path : ${{ env.NUGET_PACKAGES }}
91
91
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -98,20 +98,20 @@ jobs:
98
98
runs-on : windows-latest
99
99
steps :
100
100
- name : Checkout source
101
-
101
+
102
102
with :
103
103
fetch-depth : 0
104
104
filter : tree:0
105
105
show-progress : false
106
106
107
107
- name : Install dotnet
108
- uses : actions/setup-dotnet@v4.0.1
108
+ uses : actions/setup-dotnet@v4.1.0
109
109
with :
110
110
# renovate: datasource=dotnet depName=dotnet-sdk
111
111
dotnet-version : 8.0.403
112
112
113
113
- name : Cache packages
114
-
114
+
115
115
with :
116
116
path : ${{ env.NUGET_PACKAGES }}
117
117
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
0 commit comments