Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates (#773)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 143d0a8 commit 4991583
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: mhils/workflows/checkout@v11
- uses: mhils/workflows/setup-python@v11
- uses: mhils/workflows/setup-uv@v11
- uses: mhils/workflows/checkout@v16
- uses: mhils/workflows/setup-python@v16
- uses: mhils/workflows/setup-uv@v16

- run: uv run ruff check --fix-only .
- run: uv run ruff format .
Expand All @@ -24,4 +24,4 @@ jobs:

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

- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
name: wheels
path: dist/
- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: 'dist/*'

Expand Down

0 comments on commit 4991583

Please sign in to comment.