From 71cbda3b337b4765487be5e87fd9daba4ced72a2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 17 Jul 2026 11:38:59 +0000
Subject: [PATCH] chore(deps): update all dependencies
---
.github/workflows/docs.yaml | 8 ++++----
.github/workflows/spellcheck.yaml | 4 ++--
.github/workflows/version_change.yaml | 4 ++--
.github/workflows/visual_tests.yaml | 4 ++--
OpenPolytopia.Common/OpenPolytopia.Common.csproj | 2 +-
OpenPolytopia/OpenPolytopia.csproj | 4 ++--
StdbModule/StdbModule.csproj | 2 +-
global.json | 2 +-
8 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 9e718543..e3b8f9cf 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v7
- name: Dotnet Setup
- uses: actions/setup-dotnet@v5
+ uses: actions/setup-dotnet@v6
with:
dotnet-version: 8.x
@@ -38,10 +38,10 @@ jobs:
docfx docs/docfx.json
- name: Upload artifact
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
with:
# Upload entire repository
path: 'docs/_site'
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v5
diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml
index 54bcd4ce..9512ab6a 100644
--- a/.github/workflows/spellcheck.yaml
+++ b/.github/workflows/spellcheck.yaml
@@ -13,10 +13,10 @@ jobs:
run:
working-directory: '.'
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v7
name: 🧾 Checkout
- - uses: streetsidesoftware/cspell-action@v7
+ - uses: streetsidesoftware/cspell-action@v8
name: 📝 Check Spelling
with:
config: './cspell.json'
diff --git a/.github/workflows/version_change.yaml b/.github/workflows/version_change.yaml
index 9a85a054..570e4e47 100644
--- a/.github/workflows/version_change.yaml
+++ b/.github/workflows/version_change.yaml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: '🧾 Checkout'
- uses: actions/checkout@v5
+ uses: actions/checkout@v7
- name: '📝 Change Version'
uses: vers-one/dotnet-project-version-updater@v1.7
@@ -24,7 +24,7 @@ jobs:
version: ${{ github.event.inputs.version }}
- name: '⤴️ Create Pull Request'
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: version/${{ github.event.inputs.version }}
diff --git a/.github/workflows/visual_tests.yaml b/.github/workflows/visual_tests.yaml
index e6330cfb..4d7bf7b2 100644
--- a/.github/workflows/visual_tests.yaml
+++ b/.github/workflows/visual_tests.yaml
@@ -29,7 +29,7 @@ jobs:
shell: bash
steps:
- name: 🧾 Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v7
with:
# If using git-lfs (large file storage), this ensures that your files
# are checked out properly.
@@ -38,7 +38,7 @@ jobs:
submodules: 'recursive'
- name: 💽 Setup .NET SDK
- uses: actions/setup-dotnet@v5
+ uses: actions/setup-dotnet@v6
with:
# Use the .NET SDK from global.json in the root of the repository.
global-json-file: global.json
diff --git a/OpenPolytopia.Common/OpenPolytopia.Common.csproj b/OpenPolytopia.Common/OpenPolytopia.Common.csproj
index 8534f7e5..640ea91e 100644
--- a/OpenPolytopia.Common/OpenPolytopia.Common.csproj
+++ b/OpenPolytopia.Common/OpenPolytopia.Common.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/OpenPolytopia/OpenPolytopia.csproj b/OpenPolytopia/OpenPolytopia.csproj
index 3248946f..3e99c445 100644
--- a/OpenPolytopia/OpenPolytopia.csproj
+++ b/OpenPolytopia/OpenPolytopia.csproj
@@ -45,9 +45,9 @@
-
+
-
+
diff --git a/StdbModule/StdbModule.csproj b/StdbModule/StdbModule.csproj
index eb1aacc3..22fd92cb 100644
--- a/StdbModule/StdbModule.csproj
+++ b/StdbModule/StdbModule.csproj
@@ -11,7 +11,7 @@
-
+
diff --git a/global.json b/global.json
index e55b64fe..d4c769d8 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "9.0.306",
+ "version": "10.0.302",
"rollForward": "major"
},
"msbuild-sdks": {