Skip to content

Commit 4991583

Browse files
Bump the dependencies group with 3 updates (#773)
Bumps the dependencies group with 3 updates: [mhils/workflows](https://github.com/mhils/workflows), [autofix-ci/action](https://github.com/autofix-ci/action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `mhils/workflows` from 11 to 16 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](mhils/workflows@v11...v16) Updates `autofix-ci/action` from ff86a557419858bb967097bfc916833f5647fa8c to 551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](autofix-ci/action@ff86a55...551dded) Updates `actions/attest-build-provenance` from 1 to 2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v1...v2) --- updated-dependencies: - dependency-name: mhils/workflows dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: autofix-ci/action dependency-type: direct:production dependency-group: dependencies - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 143d0a8 commit 4991583

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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@v11
17-
- uses: mhils/workflows/setup-python@v11
18-
- uses: mhils/workflows/setup-uv@v11
16+
- uses: mhils/workflows/checkout@v16
17+
- uses: mhils/workflows/setup-python@v16
18+
- uses: mhils/workflows/setup-uv@v16
1919

2020
- run: uv run ruff check --fix-only .
2121
- run: uv run ruff format .
@@ -24,4 +24,4 @@ jobs:
2424

2525
- uses: mhils/add-pr-ref-in-changelog@v1
2626

27-
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
27+
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
name: wheels
8181
path: dist/
82-
- uses: actions/attest-build-provenance@v1
82+
- uses: actions/attest-build-provenance@v2
8383
with:
8484
subject-path: 'dist/*'
8585

0 commit comments

Comments
 (0)