Skip to content

Commit 0a18692

Browse files
committed
build(deps): close #118 close #117 close #116
1 parent e2119fe commit 0a18692

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/compile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Setup .NET 8
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v4
2222
with:
2323
dotnet-version: '8.0.x'
2424
- name: Build with Nuke

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup .NET 8
19-
uses: actions/setup-dotnet@v3
19+
uses: actions/setup-dotnet@v4
2020
with:
2121
dotnet-version: 8.0.*
2222

src/Intility.Extensions.Logging.Sentry/Intility.Extensions.Logging.Sentry.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Sentry.AspNetCore" Version="3.41.0" />
23-
<PackageReference Include="Sentry.Serilog" Version="3.41.0" />
22+
<PackageReference Include="Sentry.AspNetCore" Version="3.41.3" />
23+
<PackageReference Include="Sentry.Serilog" Version="3.41.3" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)