Skip to content

Commit 8f37a2b

Browse files
Bump the dependencies group with 5 updates (#860)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [mhils/workflows](https://github.com/mhils/workflows) | `8a2bdd081227cbdd6f5d3bbb54a759607feac0b6` | `481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6` | | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` | | [mhils/workflows/.github/workflows/python-build.yml](https://github.com/mhils/workflows) | `8a2bdd081227cbdd6f5d3bbb54a759607feac0b6` | `481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6` | | [mhils/workflows/.github/workflows/alls-green.yml](https://github.com/mhils/workflows) | `8a2bdd081227cbdd6f5d3bbb54a759607feac0b6` | `481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6` | | [mhils/workflows/.github/workflows/python-deploy.yml](https://github.com/mhils/workflows) | `8a2bdd081227cbdd6f5d3bbb54a759607feac0b6` | `481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6` | Updates `mhils/workflows` from 8a2bdd081227cbdd6f5d3bbb54a759607feac0b6 to 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](mhils/workflows@8a2bdd0...481eaf3) Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `mhils/workflows/.github/workflows/python-build.yml` from 8a2bdd081227cbdd6f5d3bbb54a759607feac0b6 to 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](mhils/workflows@8a2bdd0...481eaf3) Updates `mhils/workflows/.github/workflows/alls-green.yml` from 8a2bdd081227cbdd6f5d3bbb54a759607feac0b6 to 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](mhils/workflows@8a2bdd0...481eaf3) Updates `mhils/workflows/.github/workflows/python-deploy.yml` from 8a2bdd081227cbdd6f5d3bbb54a759607feac0b6 to 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](mhils/workflows@8a2bdd0...481eaf3) --- updated-dependencies: - dependency-name: mhils/workflows dependency-version: 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 dependency-type: direct:production dependency-group: dependencies - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mhils/workflows/.github/workflows/python-build.yml dependency-version: 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 dependency-type: direct:production dependency-group: dependencies - dependency-name: mhils/workflows/.github/workflows/alls-green.yml dependency-version: 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 dependency-type: direct:production dependency-group: dependencies - dependency-name: mhils/workflows/.github/workflows/python-deploy.yml dependency-version: 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 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 c6db291 commit 8f37a2b

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
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@8a2bdd081227cbdd6f5d3bbb54a759607feac0b6
17-
- uses: mhils/workflows/setup-python@8a2bdd081227cbdd6f5d3bbb54a759607feac0b6
18-
- uses: mhils/workflows/setup-uv@8a2bdd081227cbdd6f5d3bbb54a759607feac0b6
16+
- uses: mhils/workflows/checkout@481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6
17+
- uses: mhils/workflows/setup-python@481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6
18+
- uses: mhils/workflows/setup-uv@481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6
1919

2020
- run: uv lock
2121

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
persist-credentials: false
2424
- uses: actions/setup-python@v6

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

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

3434
test:
@@ -55,12 +55,12 @@ jobs:
5555
py: 3.10.18
5656
runs-on: ${{ matrix.os }}
5757
steps:
58-
- uses: mhils/workflows/checkout@8a2bdd081227cbdd6f5d3bbb54a759607feac0b6
59-
- uses: mhils/workflows/setup-uv@8a2bdd081227cbdd6f5d3bbb54a759607feac0b6
58+
- uses: mhils/workflows/checkout@481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6
59+
- uses: mhils/workflows/setup-uv@481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6
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@8a2bdd081227cbdd6f5d3bbb54a759607feac0b6
63+
uses: mhils/workflows/.github/workflows/python-build.yml@481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6
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@8a2bdd081227cbdd6f5d3bbb54a759607feac0b6
93+
uses: mhils/workflows/.github/workflows/alls-green.yml@481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6
9494
with:
9595
jobs: ${{ toJSON(needs) }}
9696
allowed-skips: '["attest"]'
9797

9898
deploy:
99-
uses: mhils/workflows/.github/workflows/python-deploy.yml@8a2bdd081227cbdd6f5d3bbb54a759607feac0b6
99+
uses: mhils/workflows/.github/workflows/python-deploy.yml@481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6
100100
with:
101101
artifact-name: wheels
102102
needs: check

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
environment: deploy
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with:
2525
token: ${{ secrets.GH_PUSH_TOKEN }} # this token works to push to the protected main branch.
2626
persist-credentials: true

0 commit comments

Comments
 (0)