From dab872927cc672013bdf09cfc2d8dea3c7133069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:05:18 +0000 Subject: [PATCH 1/2] chore(deps): Bump the infrastructure group with 5 updates Bumps the infrastructure group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6` | `7.0.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `6` | `6.3.0` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4` | `5` | | [actions/configure-pages](https://github.com/actions/configure-pages) | `5` | `6` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` | Updates `actions/checkout` from 6 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/setup-python` from 6 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v6.3.0) Updates `actions/upload-pages-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v4...v5) Updates `actions/configure-pages` from 5 to 6 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v5...v6) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 0c50e27..5a02734 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -30,7 +30,7 @@ jobs: working-directory: docsite steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -38,7 +38,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y pngquant - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.3.0 with: python-version-file: "docsite/pyproject.toml" @@ -55,7 +55,7 @@ jobs: - name: Upload artifact if: github.event_name == 'push' - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: docsite/site @@ -71,8 +71,8 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 From 9edb5978bf743f12d9795b2d8fee40083cee01da Mon Sep 17 00:00:00 2001 From: Nick Cipollina Date: Tue, 21 Jul 2026 09:02:11 -0400 Subject: [PATCH 2/2] chore(deps): bump devops-templates pin to v10.2 Picks up the dependabot title-check-skip fix (LayeredCraft/devops-templates#31) and this repo's own dogfooding of its reusable workflows - the whole point of that fix only takes effect once consumers move off v10.1. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/pr-build.yaml | 2 +- .github/workflows/pr-title-check.yaml | 2 +- .github/workflows/publish-preview.yaml | 4 ++-- .github/workflows/publish-release.yaml | 4 ++-- .github/workflows/release-drafter.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index d74403b..abe1831 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -12,7 +12,7 @@ permissions: pull-requests: write jobs: build: - uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.1 + uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.2 with: solution: "SharpMud.slnx" hasTests: true diff --git a/.github/workflows/pr-title-check.yaml b/.github/workflows/pr-title-check.yaml index 6180520..d064109 100644 --- a/.github/workflows/pr-title-check.yaml +++ b/.github/workflows/pr-title-check.yaml @@ -10,4 +10,4 @@ permissions: jobs: validate: - uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.1 \ No newline at end of file + uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.2 \ No newline at end of file diff --git a/.github/workflows/publish-preview.yaml b/.github/workflows/publish-preview.yaml index c00f3f2..4519245 100644 --- a/.github/workflows/publish-preview.yaml +++ b/.github/workflows/publish-preview.yaml @@ -16,7 +16,7 @@ permissions: jobs: build: - uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.1 + uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.2 with: solution: SharpMud.slnx dotnetVersion: | @@ -33,6 +33,6 @@ jobs: id-token: write contents: read steps: - - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.1 + - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.2 with: nuget_user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 888e8ac..dcb0ce0 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -9,7 +9,7 @@ permissions: jobs: build: - uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.1 + uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.2 with: solution: SharpMud.slnx dotnetVersion: | @@ -25,6 +25,6 @@ jobs: id-token: write contents: read steps: - - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.1 + - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.2 with: nuget_user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 7db3a98..ef4f196 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -14,7 +14,7 @@ permissions: jobs: draft: - uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v10.1 + uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v10.2 with: event_name: ${{ github.event_name }} pr_draft: ${{ github.event.pull_request.draft == true }} \ No newline at end of file