Skip to content

Commit 0f308ab

Browse files
Bump mhils/workflows in the dependencies group (#837)
Bumps the dependencies group with 1 update: [mhils/workflows](https://github.com/mhils/workflows). Updates `mhils/workflows` from 16608e9df5912db0e3ad86a9b90e25e933f2496b to cc6add7a662663ad7ad3017a86bcb91c361c9cc9 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](mhils/workflows@16608e9...cc6add7) --- updated-dependencies: - dependency-name: mhils/workflows dependency-version: cc6add7a662663ad7ad3017a86bcb91c361c9cc9 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 7c880c5 commit 0f308ab

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/autofix.yml

Lines changed: 3 additions & 3 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@16608e9df5912db0e3ad86a9b90e25e933f2496b
17-
- uses: mhils/workflows/setup-python@16608e9df5912db0e3ad86a9b90e25e933f2496b
18-
- uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b
16+
- uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
17+
- uses: mhils/workflows/setup-python@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
18+
- uses: mhils/workflows/setup-uv@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
1919

2020
- run: uv lock
2121

.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@16608e9df5912db0e3ad86a9b90e25e933f2496b
22-
- uses: mhils/workflows/setup-python@16608e9df5912db0e3ad86a9b90e25e933f2496b
23-
- uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b
21+
- uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
22+
- uses: mhils/workflows/setup-python@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
23+
- uses: mhils/workflows/setup-uv@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
2424
- run: uv run tox -e lint
2525

2626
old-dependencies:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b
30-
- uses: mhils/workflows/setup-python@16608e9df5912db0e3ad86a9b90e25e933f2496b
31-
- uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b
29+
- uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
30+
- uses: mhils/workflows/setup-python@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
31+
- uses: mhils/workflows/setup-uv@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
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@16608e9df5912db0e3ad86a9b90e25e933f2496b
59-
- uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b
58+
- uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
59+
- uses: mhils/workflows/setup-uv@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
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@16608e9df5912db0e3ad86a9b90e25e933f2496b
63+
uses: mhils/workflows/.github/workflows/python-build.yml@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
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@16608e9df5912db0e3ad86a9b90e25e933f2496b
93+
uses: mhils/workflows/.github/workflows/alls-green.yml@cc6add7a662663ad7ad3017a86bcb91c361c9cc9
9494
with:
9595
jobs: ${{ toJSON(needs) }}
9696
allowed-skips: '["attest"]'
9797

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

0 commit comments

Comments
 (0)