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