Skip to content

Commit 58f3c88

Browse files
Bump dependencies
1 parent e4285ba commit 58f3c88

File tree

6 files changed

+326
-326
lines changed

6 files changed

+326
-326
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
show-progress: false
2727

2828
- name: Cache packages
29-
uses: actions/[email protected].0
29+
uses: actions/[email protected].1
3030
with:
3131
path: ${{ env.NUGET_PACKAGES }}
3232
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Tests report
5252
if: always()
53-
uses: mikepenz/action-junit-report@v5.3.0
53+
uses: mikepenz/action-junit-report@v5.4.0
5454
with:
5555
check_name: tests
5656
fail_on_failure: true

Cli/Cli.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<PackageReference Include="Flurl" Version="4.0.0" />
3131
<PackageReference Include="Flurl.Http" Version="4.0.2" />
3232
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
33-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
34-
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.1" />
33+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
34+
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.2" />
3535
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
3636
<PackageReference Include="Polly" Version="8.5.2" />
3737
<PackageReference Include="Serilog" Version="4.2.0" />

Cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM mcr.microsoft.com/dotnet/runtime:9.0.1-noble
2+
FROM mcr.microsoft.com/dotnet/runtime:9.0.2-noble
33

44
LABEL org.opencontainers.image.source=https://github.com/gitfool/BoardGameGeek.Dungeon
55

0 commit comments

Comments
 (0)