From 32943a596ac63d30517c7e0d27c90c8c2347344d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:12:39 +0000 Subject: [PATCH] chore(deps): Bump the minor-and-patch group with 5 updates Bumps the minor-and-patch group with 5 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` | 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) --- 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: minor-and-patch - 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: minor-and-patch - 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: minor-and-patch - dependency-name: LayeredCraft/devops-templates dependency-version: '10.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - 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: minor-and-patch ... 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 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 58027a4d..fb87fb54 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -22,7 +22,7 @@ concurrency: jobs: pr-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: MinimalLambda.sln dotnetVersion: 11.0.x diff --git a/.github/workflows/pr-title-check.yaml b/.github/workflows/pr-title-check.yaml index 9d374d6f..6f11cdd0 100644 --- a/.github/workflows/pr-title-check.yaml +++ b/.github/workflows/pr-title-check.yaml @@ -15,4 +15,4 @@ concurrency: jobs: pr-title-check: - uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.1 + uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.3 diff --git a/.github/workflows/publish-preview.yaml b/.github/workflows/publish-preview.yaml index 9cb15e8b..ad0c7f38 100644 --- a/.github/workflows/publish-preview.yaml +++ b/.github/workflows/publish-preview.yaml @@ -21,7 +21,7 @@ jobs: permissions: contents: write pull-requests: write - uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.1 + uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.3 with: solution: MinimalLambda.sln dotnetVersion: 11.0.x @@ -36,6 +36,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 9dc39531..e97aa851 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -11,7 +11,7 @@ jobs: build: permissions: contents: write - uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.1 + uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.3 with: solution: MinimalLambda.sln dotnetVersion: 11.0.x @@ -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.3 with: nuget_user: ${{ secrets.NUGET_USER }}