Skip to content

Commit 21c3df9

Browse files
Bump the dependencies group with 2 updates (#818)
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](mhils/workflows@b71b699...03ded8b) Updates `autofix-ci/action` from 551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef to 635ffb0c9798bd160680f18fd73371e355b85f27 - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](autofix-ci/action@551dded...635ffb0) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1441f05 commit 21c3df9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/autofix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
autofix:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: mhils/workflows/checkout@b71b699e73564a34763a256b9efc8139a5d1c3fd
17-
- uses: mhils/workflows/setup-python@b71b699e73564a34763a256b9efc8139a5d1c3fd
18-
- uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd
16+
- uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
17+
- uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
18+
- uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
1919

2020
- run: uv lock
2121

@@ -26,4 +26,4 @@ jobs:
2626

2727
- uses: mhils/add-pr-ref-in-changelog@6df8cd5a0c4d0a8c0353b663153d4a36384054f4
2828

29-
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
29+
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
lint:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: mhils/workflows/checkout@b71b699e73564a34763a256b9efc8139a5d1c3fd
22-
- uses: mhils/workflows/setup-python@b71b699e73564a34763a256b9efc8139a5d1c3fd
23-
- uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd
21+
- uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
22+
- uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
23+
- uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
2424
- run: uv run tox -e lint
2525

2626
old-dependencies:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: mhils/workflows/checkout@b71b699e73564a34763a256b9efc8139a5d1c3fd
30-
- uses: mhils/workflows/setup-python@b71b699e73564a34763a256b9efc8139a5d1c3fd
31-
- uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd
29+
- uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
30+
- uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
31+
- uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
3232
- run: uv run tox -e old-dependencies
3333

3434
test:
@@ -55,12 +55,12 @@ jobs:
5555
py: 3.9.18
5656
runs-on: ${{ matrix.os }}
5757
steps:
58-
- uses: mhils/workflows/checkout@b71b699e73564a34763a256b9efc8139a5d1c3fd
59-
- uses: mhils/workflows/setup-uv@b71b699e73564a34763a256b9efc8139a5d1c3fd
58+
- uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
59+
- uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
6060
- run: uv run --python ${{ matrix.py }} tox -e py -- -vvv ${{ matrix.args }}
6161

6262
build:
63-
uses: mhils/workflows/.github/workflows/python-build.yml@b71b699e73564a34763a256b9efc8139a5d1c3fd
63+
uses: mhils/workflows/.github/workflows/python-build.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
6464
permissions:
6565
contents: read
6666
id-token: write
@@ -90,13 +90,13 @@ jobs:
9090
- test
9191
- build
9292
- attest
93-
uses: mhils/workflows/.github/workflows/alls-green.yml@b71b699e73564a34763a256b9efc8139a5d1c3fd
93+
uses: mhils/workflows/.github/workflows/alls-green.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
9494
with:
9595
jobs: ${{ toJSON(needs) }}
9696
allowed-skips: '["attest"]'
9797

9898
deploy:
99-
uses: mhils/workflows/.github/workflows/python-deploy.yml@b71b699e73564a34763a256b9efc8139a5d1c3fd
99+
uses: mhils/workflows/.github/workflows/python-deploy.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
100100
with:
101101
artifact-name: wheels
102102
needs: check

0 commit comments

Comments
 (0)