From 0e2c2819b5b897025601ba4db81febe6f29baa45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 09:34:52 +0000 Subject: [PATCH] chore(deps): Bump the infrastructure group with 6 updates Bumps the infrastructure group with 6 updates: | Package | From | To | | --- | --- | --- | | [LayeredCraft/devops-templates/.github/workflows/pr-build.yaml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` | | [LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` | | [LayeredCraft/devops-templates/.github/workflows/publish-preview.yml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` | | [LayeredCraft/devops-templates](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` | | [LayeredCraft/devops-templates/.github/workflows/publish-release.yml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` | | [LayeredCraft/devops-templates/.github/workflows/release-drafter.yml](https://github.com/layeredcraft/devops-templates) | `10.1` | `10.3` | Updates `LayeredCraft/devops-templates/.github/workflows/pr-build.yaml` from 10.1 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.1...v10.3) Updates `LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml` from 10.1 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.1...v10.3) Updates `LayeredCraft/devops-templates/.github/workflows/publish-preview.yml` from 10.1 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.1...v10.3) Updates `LayeredCraft/devops-templates` from 10.1 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.1...v10.3) Updates `LayeredCraft/devops-templates/.github/workflows/publish-release.yml` from 10.1 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.1...v10.3) Updates `LayeredCraft/devops-templates/.github/workflows/release-drafter.yml` from 10.1 to 10.3 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v10.1...v10.3) --- updated-dependencies: - 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/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 56401c5..3690cd2 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.1 + uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.3 with: solution: LayeredCraft.StructuredLogging.slnx hasTests: true diff --git a/.github/workflows/pr-title-check.yaml b/.github/workflows/pr-title-check.yaml index 6180520..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.1 \ 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 17a8839..9df1d94 100644 --- a/.github/workflows/publish-preview.yaml +++ b/.github/workflows/publish-preview.yaml @@ -12,7 +12,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.3 with: solution: LayeredCraft.StructuredLogging.slnx dotnetVersion: | @@ -30,6 +30,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.3 with: nuget_user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index f1804c6..c794a30 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.3 with: solution: LayeredCraft.StructuredLogging.slnx dotnetVersion: | @@ -27,6 +27,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.3 with: nuget_user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 7db3a98..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.1 + 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