From aabd43dcdffe4b2ebc6dacb3ab80e611596b490a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:03:51 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 7 updates Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mhils/workflows](https://github.com/mhils/workflows) | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` | `8fe88b311a66c441e01edfebe4cd90d8a47fa335` | | [autofix-ci/action](https://github.com/autofix-ci/action) | `1.3.2` | `1.3.3` | | [mhils/workflows/.github/workflows/python-build.yml](https://github.com/mhils/workflows) | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` | `8fe88b311a66c441e01edfebe4cd90d8a47fa335` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `3` | `4` | | [mhils/workflows/.github/workflows/alls-green.yml](https://github.com/mhils/workflows) | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` | `8fe88b311a66c441e01edfebe4cd90d8a47fa335` | | [mhils/workflows/.github/workflows/python-deploy.yml](https://github.com/mhils/workflows) | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` | `8fe88b311a66c441e01edfebe4cd90d8a47fa335` | Updates `mhils/workflows` from af886cbabab992a8e7db75c6af3516af2b1f5a1c to 8fe88b311a66c441e01edfebe4cd90d8a47fa335 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](https://github.com/mhils/workflows/compare/af886cbabab992a8e7db75c6af3516af2b1f5a1c...8fe88b311a66c441e01edfebe4cd90d8a47fa335) Updates `autofix-ci/action` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](https://github.com/autofix-ci/action/compare/635ffb0c9798bd160680f18fd73371e355b85f27...7a166d7532b277f34e16238930461bf77f9d7ed8) Updates `mhils/workflows/.github/workflows/python-build.yml` from af886cbabab992a8e7db75c6af3516af2b1f5a1c to 8fe88b311a66c441e01edfebe4cd90d8a47fa335 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](https://github.com/mhils/workflows/compare/af886cbabab992a8e7db75c6af3516af2b1f5a1c...8fe88b311a66c441e01edfebe4cd90d8a47fa335) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) Updates `actions/attest-build-provenance` from 3 to 4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v3...v4) Updates `mhils/workflows/.github/workflows/alls-green.yml` from af886cbabab992a8e7db75c6af3516af2b1f5a1c to 8fe88b311a66c441e01edfebe4cd90d8a47fa335 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](https://github.com/mhils/workflows/compare/af886cbabab992a8e7db75c6af3516af2b1f5a1c...8fe88b311a66c441e01edfebe4cd90d8a47fa335) Updates `mhils/workflows/.github/workflows/python-deploy.yml` from af886cbabab992a8e7db75c6af3516af2b1f5a1c to 8fe88b311a66c441e01edfebe4cd90d8a47fa335 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](https://github.com/mhils/workflows/compare/af886cbabab992a8e7db75c6af3516af2b1f5a1c...8fe88b311a66c441e01edfebe4cd90d8a47fa335) --- updated-dependencies: - dependency-name: mhils/workflows dependency-version: 8fe88b311a66c441e01edfebe4cd90d8a47fa335 dependency-type: direct:production dependency-group: dependencies - dependency-name: autofix-ci/action dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mhils/workflows/.github/workflows/python-build.yml dependency-version: 8fe88b311a66c441e01edfebe4cd90d8a47fa335 dependency-type: direct:production dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mhils/workflows/.github/workflows/alls-green.yml dependency-version: 8fe88b311a66c441e01edfebe4cd90d8a47fa335 dependency-type: direct:production dependency-group: dependencies - dependency-name: mhils/workflows/.github/workflows/python-deploy.yml dependency-version: 8fe88b311a66c441e01edfebe4cd90d8a47fa335 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yml | 8 ++++---- .github/workflows/main.yml | 26 +++++++++++++------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 09f413f7..c5f9d1b4 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -13,9 +13,9 @@ jobs: autofix: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c - - uses: mhils/workflows/setup-python@af886cbabab992a8e7db75c6af3516af2b1f5a1c - - uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c + - uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335 + - uses: mhils/workflows/setup-python@8fe88b311a66c441e01edfebe4cd90d8a47fa335 + - uses: mhils/workflows/setup-uv@8fe88b311a66c441e01edfebe4cd90d8a47fa335 - run: uv lock @@ -26,4 +26,4 @@ jobs: - uses: mhils/add-pr-ref-in-changelog@6df8cd5a0c4d0a8c0353b663153d4a36384054f4 - - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 + - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04ec931b..615a05d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,17 +18,17 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c - - uses: mhils/workflows/setup-python@af886cbabab992a8e7db75c6af3516af2b1f5a1c - - uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c + - uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335 + - uses: mhils/workflows/setup-python@8fe88b311a66c441e01edfebe4cd90d8a47fa335 + - uses: mhils/workflows/setup-uv@8fe88b311a66c441e01edfebe4cd90d8a47fa335 - run: uv run tox -e lint old-dependencies: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c - - uses: mhils/workflows/setup-python@af886cbabab992a8e7db75c6af3516af2b1f5a1c - - uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c + - uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335 + - uses: mhils/workflows/setup-python@8fe88b311a66c441e01edfebe4cd90d8a47fa335 + - uses: mhils/workflows/setup-uv@8fe88b311a66c441e01edfebe4cd90d8a47fa335 - run: uv run tox -e old-dependencies test: @@ -55,12 +55,12 @@ jobs: py: 3.10.18 runs-on: ${{ matrix.os }} steps: - - uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c - - uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c + - uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335 + - uses: mhils/workflows/setup-uv@8fe88b311a66c441e01edfebe4cd90d8a47fa335 - run: uv run --python ${{ matrix.py }} tox -e py -- -vvv ${{ matrix.args }} build: - uses: mhils/workflows/.github/workflows/python-build.yml@af886cbabab992a8e7db75c6af3516af2b1f5a1c + uses: mhils/workflows/.github/workflows/python-build.yml@8fe88b311a66c441e01edfebe4cd90d8a47fa335 permissions: contents: read id-token: write @@ -75,11 +75,11 @@ jobs: attestations: write runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: wheels path: dist/ - - uses: actions/attest-build-provenance@v3 + - uses: actions/attest-build-provenance@v4 with: subject-path: 'dist/*' @@ -90,13 +90,13 @@ jobs: - test - build - attest - uses: mhils/workflows/.github/workflows/alls-green.yml@af886cbabab992a8e7db75c6af3516af2b1f5a1c + uses: mhils/workflows/.github/workflows/alls-green.yml@8fe88b311a66c441e01edfebe4cd90d8a47fa335 with: jobs: ${{ toJSON(needs) }} allowed-skips: '["attest"]' deploy: - uses: mhils/workflows/.github/workflows/python-deploy.yml@af886cbabab992a8e7db75c6af3516af2b1f5a1c + uses: mhils/workflows/.github/workflows/python-deploy.yml@8fe88b311a66c441e01edfebe4cd90d8a47fa335 with: artifact-name: wheels needs: check