Skip to content

Commit 59c9e8d

Browse files
Bump dependencies
1 parent 9c06855 commit 59c9e8d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.config/dotnet-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "4.0.0",
6+
"version": "4.2.0",
77
"commands": [
88
"dotnet-cake"
99
]

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
container: dockfool/cake-docker:latest
2020
steps:
2121
- name: Checkout source
22-
uses: actions/checkout@v4.2.1
22+
uses: actions/checkout@v4.2.2
2323
with:
2424
fetch-depth: 0
2525
filter: tree:0
2626
show-progress: false
2727

2828
- name: Cache packages
29-
uses: actions/cache@v4.1.1
29+
uses: actions/cache@v4.1.2
3030
with:
3131
path: ${{ env.NUGET_PACKAGES }}
3232
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}

Tests/Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="coverlet.collector" Version="6.0.2" />
1515
<PackageReference Include="FakeItEasy" Version="8.3.0" />
16-
<PackageReference Include="FluentAssertions" Version="6.12.1" />
16+
<PackageReference Include="FluentAssertions" Version="6.12.2" />
1717
<PackageReference Include="JunitXml.TestLogger" Version="4.1.0" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1919
<PackageReference Include="Serilog.Sinks.XUnit" Version="3.0.5" />

Tests/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
},
2020
"FluentAssertions": {
2121
"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==",
2525
"dependencies": {
2626
"System.Configuration.ConfigurationManager": "4.4.0"
2727
}

0 commit comments

Comments
 (0)