From 50bf96cbbea2125751a87cc725f77a2ecbe28c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:06:45 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [mhils/workflows](https://github.com/mhils/workflows) and [autofix-ci/action](https://github.com/autofix-ci/action). Updates `mhils/workflows` from b71b699e73564a34763a256b9efc8139a5d1c3fd to 03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](https://github.com/mhils/workflows/compare/b71b699e73564a34763a256b9efc8139a5d1c3fd...03ded8ba339159d99d08c21a4b0d1c38f3f52c3b) Updates `autofix-ci/action` from 551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef to 635ffb0c9798bd160680f18fd73371e355b85f27 - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](https://github.com/autofix-ci/action/compare/551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef...635ffb0c9798bd160680f18fd73371e355b85f27) --- updated-dependencies: - dependency-name: mhils/workflows dependency-version: 03ded8ba339159d99d08c21a4b0d1c38f3f52c3b dependency-type: direct:production dependency-group: dependencies - dependency-name: autofix-ci/action dependency-version: 635ffb0c9798bd160680f18fd73371e355b85f27 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yml | 8 ++++---- .github/workflows/main.yml | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 63a12a21..392314e2 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@b71b699e73564a34763a256b9efc8139a5d1c3fd - - uses: mhils/workflows/setup-python@b71b699e73564a34763a256b9efc8139a5d1c3fd - - uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd + - uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + - uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + - uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - run: uv lock @@ -26,4 +26,4 @@ jobs: - uses: mhils/add-pr-ref-in-changelog@6df8cd5a0c4d0a8c0353b663153d4a36384054f4 - - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f73ac46c..3420067e 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@b71b699e73564a34763a256b9efc8139a5d1c3fd - - uses: mhils/workflows/setup-python@b71b699e73564a34763a256b9efc8139a5d1c3fd - - uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd + - uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + - uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + - uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - run: uv run tox -e lint old-dependencies: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@b71b699e73564a34763a256b9efc8139a5d1c3fd - - uses: mhils/workflows/setup-python@b71b699e73564a34763a256b9efc8139a5d1c3fd - - uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd + - uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + - uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + - uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - run: uv run tox -e old-dependencies test: @@ -55,12 +55,12 @@ jobs: py: 3.9.18 runs-on: ${{ matrix.os }} steps: - - uses: mhils/workflows/checkout@b71b699e73564a34763a256b9efc8139a5d1c3fd - - uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd + - uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + - uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - run: uv run --python ${{ matrix.py }} tox -e py -- -vvv ${{ matrix.args }} build: - uses: mhils/workflows/.github/workflows/python-build.yml@b71b699e73564a34763a256b9efc8139a5d1c3fd + uses: mhils/workflows/.github/workflows/python-build.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b permissions: contents: read id-token: write @@ -90,13 +90,13 @@ jobs: - test - build - attest - uses: mhils/workflows/.github/workflows/alls-green.yml@b71b699e73564a34763a256b9efc8139a5d1c3fd + uses: mhils/workflows/.github/workflows/alls-green.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b with: jobs: ${{ toJSON(needs) }} allowed-skips: '["attest"]' deploy: - uses: mhils/workflows/.github/workflows/python-deploy.yml@b71b699e73564a34763a256b9efc8139a5d1c3fd + uses: mhils/workflows/.github/workflows/python-deploy.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b with: artifact-name: wheels needs: check