From 9df0394fee58e0b228859a1bc68171cdfe6d2876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:44:50 +0000 Subject: [PATCH] chore(deps): Bump the infrastructure group with 7 updates Bumps the infrastructure group with 7 updates: | Package | From | To | | --- | --- | --- | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `9.0.0` | `10.0.0` | | [LayeredCraft/devops-templates/.github/workflows/pr-build.yaml](https://github.com/layeredcraft/devops-templates) | `10.4` | `10.5` | | [LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml](https://github.com/layeredcraft/devops-templates) | `10.4` | `10.5` | | [LayeredCraft/devops-templates/.github/workflows/publish-preview.yml](https://github.com/layeredcraft/devops-templates) | `10.4` | `10.5` | | [LayeredCraft/devops-templates](https://github.com/layeredcraft/devops-templates) | `10.4` | `10.5` | | [LayeredCraft/devops-templates/.github/workflows/publish-release.yml](https://github.com/layeredcraft/devops-templates) | `10.4` | `10.5` | | [LayeredCraft/devops-templates/.github/workflows/release-drafter.yml](https://github.com/layeredcraft/devops-templates) | `10.4` | `10.5` | Updates `astral-sh/setup-uv` from 9.0.0 to 10.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v9.0.0...v10.0.0) Updates `LayeredCraft/devops-templates/.github/workflows/pr-build.yaml` from 10.4 to 10.5 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.4...v10.5) Updates `LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml` from 10.4 to 10.5 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.4...v10.5) Updates `LayeredCraft/devops-templates/.github/workflows/publish-preview.yml` from 10.4 to 10.5 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.4...v10.5) Updates `LayeredCraft/devops-templates` from 10.4 to 10.5 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.4...v10.5) Updates `LayeredCraft/devops-templates/.github/workflows/publish-release.yml` from 10.4 to 10.5 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.4...v10.5) Updates `LayeredCraft/devops-templates/.github/workflows/release-drafter.yml` from 10.4 to 10.5 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.4...v10.5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.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.5' 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.5' 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.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure - dependency-name: LayeredCraft/devops-templates dependency-version: '10.5' 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.5' 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.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .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, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cac9c58..53be362 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -42,7 +42,7 @@ jobs: python-version-file: pyproject.toml - name: Install uv - uses: astral-sh/setup-uv@v9.0.0 + uses: astral-sh/setup-uv@v10.0.0 with: enable-cache: true diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index e91e273..7c21d16 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -7,7 +7,7 @@ on: permissions: write-all jobs: build: - uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.4 + uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.5 with: solution: LayeredCraft.Cdk.Constructs.slnx hasTests: true diff --git a/.github/workflows/pr-title-check.yaml b/.github/workflows/pr-title-check.yaml index bb2768e..cd0d17a 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.4 \ No newline at end of file + uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.5 \ No newline at end of file diff --git a/.github/workflows/publish-preview.yaml b/.github/workflows/publish-preview.yaml index 13cc85c..f04fba2 100644 --- a/.github/workflows/publish-preview.yaml +++ b/.github/workflows/publish-preview.yaml @@ -21,7 +21,7 @@ jobs: # (e.g. release/net9) and wire up separate caller workflows targeting those branches. build: - uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.4 + uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.5 with: solution: LayeredCraft.Cdk.Constructs.slnx dotnetVersion: | @@ -39,6 +39,6 @@ jobs: id-token: write contents: read steps: - - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.4 + - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.5 with: nuget_user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 2b99f8c..c1ad5b1 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -12,7 +12,7 @@ jobs: # (e.g. release/net9) and wire up separate caller workflows targeting those branches. build: - uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.4 + uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.5 with: solution: LayeredCraft.Cdk.Constructs.slnx dotnetVersion: | @@ -30,6 +30,6 @@ jobs: id-token: write contents: read steps: - - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.4 + - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.5 with: nuget_user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 8a8d23e..934ac28 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.4 + uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v10.5 with: event_name: ${{ github.event_name }} pr_draft: ${{ github.event.pull_request.draft == true }} \ No newline at end of file