From b2ef68e55afa8724c86367398d1d1aa636c33279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 23:54:42 +0000 Subject: [PATCH] chore(deps): bump the infrastructure group with 8 updates Bumps the infrastructure group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/setup-python](https://github.com/actions/setup-python) | `6.3.0` | `7.0.0` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.3.2` | `9.0.0` | | [LayeredCraft/devops-templates/.github/workflows/pr-build.yaml](https://github.com/layeredcraft/devops-templates) | `10.2` | `10.3` | | [LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml](https://github.com/layeredcraft/devops-templates) | `10.2` | `10.3` | | [LayeredCraft/devops-templates/.github/workflows/publish-preview.yml](https://github.com/layeredcraft/devops-templates) | `10.2` | `10.3` | | [LayeredCraft/devops-templates](https://github.com/layeredcraft/devops-templates) | `10.2` | `10.3` | | [LayeredCraft/devops-templates/.github/workflows/publish-release.yml](https://github.com/layeredcraft/devops-templates) | `10.2` | `10.3` | | [LayeredCraft/devops-templates/.github/workflows/release-drafter.yml](https://github.com/layeredcraft/devops-templates) | `10.2` | `10.3` | Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.3.0...v7.0.0) Updates `astral-sh/setup-uv` from 8.3.2 to 9.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v8.3.2...v9.0.0) Updates `LayeredCraft/devops-templates/.github/workflows/pr-build.yaml` from 10.2 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.2...v10.3) Updates `LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml` from 10.2 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.2...v10.3) Updates `LayeredCraft/devops-templates/.github/workflows/publish-preview.yml` from 10.2 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.2...v10.3) Updates `LayeredCraft/devops-templates` from 10.2 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.2...v10.3) Updates `LayeredCraft/devops-templates/.github/workflows/publish-release.yml` from 10.2 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.2...v10.3) Updates `LayeredCraft/devops-templates/.github/workflows/release-drafter.yml` from 10.2 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.2...v10.3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure - dependency-name: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml dependency-version: '10.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure - dependency-name: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml dependency-version: '10.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure - dependency-name: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml dependency-version: '10.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure - dependency-name: LayeredCraft/devops-templates dependency-version: '10.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure - dependency-name: LayeredCraft/devops-templates/.github/workflows/publish-release.yml dependency-version: '10.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure - dependency-name: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml dependency-version: '10.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 4 ++-- .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 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 7daf5a2..fe124e0 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -51,13 +51,13 @@ jobs: - name: Setup Python if: github.event_name != 'pull_request' || steps.changes.outputs.relevant == 'true' - uses: actions/setup-python@v6.3.0 + uses: actions/setup-python@v7.0.0 with: python-version-file: "docsite/pyproject.toml" - name: Install uv if: github.event_name != 'pull_request' || steps.changes.outputs.relevant == 'true' - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index abe1831..35255a5 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.2 + uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.3 with: solution: "SharpMud.slnx" hasTests: true diff --git a/.github/workflows/pr-title-check.yaml b/.github/workflows/pr-title-check.yaml index d064109..21c5841 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.2 \ No newline at end of file + uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.3 \ No newline at end of file diff --git a/.github/workflows/publish-preview.yaml b/.github/workflows/publish-preview.yaml index 4519245..c3aaff8 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.2 + uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.3 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.2 + - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.3 with: nuget_user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index dcb0ce0..ac8e62f 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.2 + uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.3 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.2 + - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.3 with: nuget_user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index ef4f196..901c5e1 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.2 + uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v10.3 with: event_name: ${{ github.event_name }} pr_draft: ${{ github.event.pull_request.draft == true }} \ No newline at end of file