File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 19
19
container : dockfool/cake-docker:latest
20
20
steps :
21
21
- name : Checkout source
22
- uses : actions/checkout@v4.1.5
22
+ uses : actions/checkout@v4.1.6
23
23
with :
24
24
fetch-depth : 0
25
25
filter : tree:0
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
- FROM mcr.microsoft.com/dotnet/runtime:8.0.4 -jammy
2
+ FROM mcr.microsoft.com/dotnet/runtime:8.0.5 -jammy
3
3
4
4
LABEL org.opencontainers.image.source=https://github.com/gitfool/BoardGameGeek.Dungeon
5
5
Original file line number Diff line number Diff line change 499
499
},
500
500
"YamlDotNet" : {
501
501
"type" : " Transitive" ,
502
- "resolved" : " 15.1.2 " ,
503
- "contentHash" : " qeX0XhzOIcQEvnI5JxnPaIwcINwyY4Qy/LXhSfsdHkFrl9F41AT52UFfy2nIE7kgrhMg+cP7xuS+GtPJhmHmTA =="
502
+ "resolved" : " 15.1.4 " ,
503
+ "contentHash" : " IjWucOgVbhm72da0Ck3KcyvMuKT/TfilHcvtwvhLLnkn2zr5st8BkH3lDoY5lkMH9Z3jsJeLDrnBS4GpAViUqg =="
504
504
},
505
505
"library" : {
506
506
"type" : " Project" ,
507
507
"dependencies" : {
508
508
"FluentValidation" : " [11.9.1, )" ,
509
- "YamlDotNet" : " [15.1.2 , )"
509
+ "YamlDotNet" : " [15.1.4 , )"
510
510
}
511
511
}
512
512
}
Original file line number Diff line number Diff line change 5
5
6
6
<ItemGroup >
7
7
<PackageReference Include =" FluentValidation" Version =" 11.9.1" />
8
- <PackageReference Include =" YamlDotNet" Version =" 15.1.2 " />
8
+ <PackageReference Include =" YamlDotNet" Version =" 15.1.4 " />
9
9
</ItemGroup >
10
10
</Project >
Original file line number Diff line number Diff line change 10
10
},
11
11
"YamlDotNet" : {
12
12
"type" : " Direct" ,
13
- "requested" : " [15.1.2 , )" ,
14
- "resolved" : " 15.1.2 " ,
15
- "contentHash" : " qeX0XhzOIcQEvnI5JxnPaIwcINwyY4Qy/LXhSfsdHkFrl9F41AT52UFfy2nIE7kgrhMg+cP7xuS+GtPJhmHmTA =="
13
+ "requested" : " [15.1.4 , )" ,
14
+ "resolved" : " 15.1.4 " ,
15
+ "contentHash" : " IjWucOgVbhm72da0Ck3KcyvMuKT/TfilHcvtwvhLLnkn2zr5st8BkH3lDoY5lkMH9Z3jsJeLDrnBS4GpAViUqg =="
16
16
}
17
17
}
18
18
}
Original file line number Diff line number Diff line change 641
641
},
642
642
"YamlDotNet" : {
643
643
"type" : " Transitive" ,
644
- "resolved" : " 15.1.2 " ,
645
- "contentHash" : " qeX0XhzOIcQEvnI5JxnPaIwcINwyY4Qy/LXhSfsdHkFrl9F41AT52UFfy2nIE7kgrhMg+cP7xuS+GtPJhmHmTA =="
644
+ "resolved" : " 15.1.4 " ,
645
+ "contentHash" : " IjWucOgVbhm72da0Ck3KcyvMuKT/TfilHcvtwvhLLnkn2zr5st8BkH3lDoY5lkMH9Z3jsJeLDrnBS4GpAViUqg =="
646
646
},
647
647
"bgg-dungeon" : {
648
648
"type" : " Project" ,
669
669
"type" : " Project" ,
670
670
"dependencies" : {
671
671
"FluentValidation" : " [11.9.1, )" ,
672
- "YamlDotNet" : " [15.1.2 , )"
672
+ "YamlDotNet" : " [15.1.4 , )"
673
673
}
674
674
}
675
675
}
You can’t perform that action at this time.
0 commit comments