Skip to content

Commit

Permalink
build(deps): close #118 close #117 close #116
Browse files Browse the repository at this point in the history
  • Loading branch information
loekensgard committed Jan 10, 2024
1 parent e2119fe commit 0a18692
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Build with Nuke
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Setup .NET 8
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Sentry.AspNetCore" Version="3.41.0" />
<PackageReference Include="Sentry.Serilog" Version="3.41.0" />
<PackageReference Include="Sentry.AspNetCore" Version="3.41.3" />
<PackageReference Include="Sentry.Serilog" Version="3.41.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0a18692

Please sign in to comment.