From 9552a6a6bbed01638fc83e7602035c88b13aa5dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 18:01:21 +0000 Subject: [PATCH] chore(deps): bump the infrastructure group with 8 updates Bumps the infrastructure group with 8 updates: | Package | From | To | | --- | --- | --- | | [LayeredCraft/devops-templates/.github/workflows/package-build.yaml](https://github.com/layeredcraft/devops-templates) | `6.2` | `10.1` | | [actions/checkout](https://github.com/actions/checkout) | `4` | `7.0.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6.3.0` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7` | `8.3.2` | | [actions/configure-pages](https://github.com/actions/configure-pages) | `4` | `6` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3` | `5` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` | | [LayeredCraft/devops-templates/.github/workflows/pr-build.yaml](https://github.com/layeredcraft/devops-templates) | `6.2` | `10.1` | Updates `LayeredCraft/devops-templates/.github/workflows/package-build.yaml` from 6.2 to 10.1 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v6.2...v10.1) Updates `actions/checkout` from 4 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/v4...v7) Updates `actions/setup-python` from 5 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6.3.0) Updates `astral-sh/setup-uv` from 7 to 8.3.2 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v7...v8.3.2) Updates `actions/configure-pages` from 4 to 6 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v4...v6) Updates `actions/upload-pages-artifact` from 3 to 5 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v5) 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) Updates `LayeredCraft/devops-templates/.github/workflows/pr-build.yaml` from 6.2 to 10.1 - [Release notes](https://github.com/layeredcraft/devops-templates/releases) - [Commits](https://github.com/layeredcraft/devops-templates/compare/v6.2...v10.1) --- updated-dependencies: - dependency-name: LayeredCraft/devops-templates/.github/workflows/package-build.yaml dependency-version: '10.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure - 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-major dependency-group: infrastructure - dependency-name: astral-sh/setup-uv dependency-version: 8.3.2 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/upload-pages-artifact dependency-version: '5' 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 - dependency-name: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml dependency-version: '10.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/docs.yml | 12 ++++++------ .github/workflows/pr-build.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 53df0a8..8e6ba4d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,7 @@ on: permissions: write-all jobs: build: - uses: LayeredCraft/devops-templates/.github/workflows/package-build.yaml@v6.2 + uses: LayeredCraft/devops-templates/.github/workflows/package-build.yaml@v10.1 with: hasTests: true useMtpRunner: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 05bbde1..3ccaf2b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,17 +32,17 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6.3.0 with: python-version-file: pyproject.toml - name: Install uv - uses: astral-sh/setup-uv@v7 + uses: astral-sh/setup-uv@v8.3.2 with: enable-cache: true @@ -51,13 +51,13 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Build documentation run: uv run mkdocs build --clean - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: site @@ -71,4 +71,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v5 \ No newline at end of file diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index cd4a234..fc3f66b 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@v6.2 + uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.1 with: solution: LayeredCraft.Lambda.AspNetCore.HostingExtensions.slnx hasTests: true