From 40cdf7ba1bee10b0e07afa0a310d8c14107e621d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20C=C3=A9let?= <1457422+gcelet@users.noreply.github.com> Date: Sun, 14 Dec 2025 19:00:32 +0100 Subject: [PATCH] :arrow_up: chore: upgrade dependencies --- .config/dotnet-tools.json | 4 ++-- .github/workflows/continuous.yml | 6 +++--- Directory.Packages.props | 13 ++++++++----- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 3f9b076..bc79d23 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "gitversion.tool": { - "version": "6.5.0", + "version": "6.5.1", "commands": [ "dotnet-gitversion" ], @@ -17,7 +17,7 @@ "rollForward": false }, "dotnet-reportgenerator-globaltool": { - "version": "5.5.0", + "version": "5.5.1", "commands": [ "reportgenerator" ], diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index c3b7f91..16841cb 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -35,11 +35,11 @@ jobs: name: continuous-integration-ubuntu runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: 'Cache: .nuke/temp, ~/.nuget/packages' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .nuke/temp @@ -66,7 +66,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} - name: 'Publish: ProtectedNumbers build artefacts' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ProtectedNumbers-build-artefacts path: .build/publish/nuget diff --git a/Directory.Packages.props b/Directory.Packages.props index c588efb..77dcb91 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,7 +6,7 @@ - + @@ -15,17 +15,16 @@ - + - - + @@ -34,20 +33,24 @@ + + + + - + \ No newline at end of file