From 0996d2bf3e43b99321c49f0dc2499cc2e83db747 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 01:05:32 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/docs.yaml | 2 +- .github/workflows/spellcheck.yaml | 4 ++-- .github/workflows/version_change.yaml | 4 ++-- .github/workflows/visual_tests.yaml | 2 +- OpenPolytopia.Common/OpenPolytopia.Common.csproj | 2 +- OpenPolytopia/OpenPolytopia.csproj | 4 ++-- StdbModule/StdbModule.csproj | 2 +- global.json | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 9e71854..97f882a 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Dotnet Setup uses: actions/setup-dotnet@v5 with: diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 54bcd4c..384f6d6 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@v6 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 9a85a05..51d11df 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@v6 - 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 e6330cf..aaa1b79 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@v6 with: # If using git-lfs (large file storage), this ensures that your files # are checked out properly. diff --git a/OpenPolytopia.Common/OpenPolytopia.Common.csproj b/OpenPolytopia.Common/OpenPolytopia.Common.csproj index 8534f7e..d083d9e 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 3248946..ea851ae 100644 --- a/OpenPolytopia/OpenPolytopia.csproj +++ b/OpenPolytopia/OpenPolytopia.csproj @@ -45,9 +45,9 @@ - + - + diff --git a/StdbModule/StdbModule.csproj b/StdbModule/StdbModule.csproj index eb1aacc..4ece7b7 100644 --- a/StdbModule/StdbModule.csproj +++ b/StdbModule/StdbModule.csproj @@ -11,7 +11,7 @@ - + diff --git a/global.json b/global.json index e55b64f..997c966 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.306", + "version": "10.0.201", "rollForward": "major" }, "msbuild-sdks": {