Skip to content

Commit db5a4d0

Browse files
authored
Merge pull request #274 from gitfool/renovate/minor
Bump dependencies
2 parents d003ae1 + 6c9d68d commit db5a4d0

File tree

5 files changed

+315
-315
lines changed

5 files changed

+315
-315
lines changed

.github/workflows/ci.yaml

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

2828
- name: Cache packages
29-
uses: actions/[email protected].1
29+
uses: actions/[email protected].3
3030
with:
3131
path: ${{ env.NUGET_PACKAGES }}
3232
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
3333
restore-keys: ${{ runner.os }}-nuget-
3434

3535
- name: Docker login
3636
if: github.event_name != 'pull_request'
37-
uses: docker/login-action@v3.3.0
37+
uses: docker/login-action@v3.4.0
3838
with:
3939
username: ${{ secrets.DOCKER_USERNAME }}
4040
password: ${{ secrets.DOCKER_TOKEN }}
4141

4242
- name: Setup buildx
43-
uses: docker/setup-buildx-action@v3.9.0
43+
uses: docker/setup-buildx-action@v3.10.0
4444

4545
- name: Export runtime
4646
uses: crazy-max/[email protected]
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Tests report
5252
if: always()
53-
uses: mikepenz/action-junit-report@v5.4.0
53+
uses: mikepenz/action-junit-report@v5.5.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.2" />
34-
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.2" />
33+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
34+
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.3" />
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.2-noble
2+
FROM mcr.microsoft.com/dotnet/runtime:9.0.3-noble
33

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

0 commit comments

Comments
 (0)