Commit 59c9e8d 1 parent 9c06855 commit 59c9e8d Copy full SHA for 59c9e8d
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"cake.tool" : {
6
- "version" : " 4.0 .0" ,
6
+ "version" : " 4.2 .0" ,
7
7
"commands" : [
8
8
" dotnet-cake"
9
9
]
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
container : dockfool/cake-docker:latest
20
20
steps :
21
21
- name : Checkout source
22
- uses : actions/checkout@v4.2.1
22
+ uses : actions/checkout@v4.2.2
23
23
with :
24
24
fetch-depth : 0
25
25
filter : tree:0
26
26
show-progress : false
27
27
28
28
- name : Cache packages
29
- uses : actions/cache@v4.1.1
29
+ uses : actions/cache@v4.1.2
30
30
with :
31
31
path : ${{ env.NUGET_PACKAGES }}
32
32
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<PackageReference Include =" coverlet.collector" Version =" 6.0.2" />
15
15
<PackageReference Include =" FakeItEasy" Version =" 8.3.0" />
16
- <PackageReference Include =" FluentAssertions" Version =" 6.12.1 " />
16
+ <PackageReference Include =" FluentAssertions" Version =" 6.12.2 " />
17
17
<PackageReference Include =" JunitXml.TestLogger" Version =" 4.1.0" />
18
18
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
19
19
<PackageReference Include =" Serilog.Sinks.XUnit" Version =" 3.0.5" />
Original file line number Diff line number Diff line change 19
19
},
20
20
"FluentAssertions" : {
21
21
"type" : " Direct" ,
22
- "requested" : " [6.12.1 , )" ,
23
- "resolved" : " 6.12.1 " ,
24
- "contentHash" : " hciWwryyLw3eonfqhFpOMTXyM1/auJChYslEBA+iGJyuBs5O3t/kA8YaeH4iRo/2Fe3ElSYL86C0miivtZ0f3g ==" ,
22
+ "requested" : " [6.12.2 , )" ,
23
+ "resolved" : " 6.12.2 " ,
24
+ "contentHash" : " 8YE+xJmT8wgzEpFuzJ4S62oFhEL/AKouMz1RWPEMEUhy9H11aRQlGIWcHurH5BEy7tbF6gb0CJrs0wOw/AtDcQ ==" ,
25
25
"dependencies" : {
26
26
"System.Configuration.ConfigurationManager" : " 4.4.0"
27
27
}
You can’t perform that action at this time.
0 commit comments