Bump the github-actions group across 1 directory with 2 updates (#7151)

* Bump the github-actions group across 1 directory with 2 updates

Bumps the github-actions group with 2 updates in the / directory: [mhils/workflows](https://github.com/mhils/workflows) and [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `mhils/workflows` from 8 to 10
- [Release notes](https://github.com/mhils/workflows/releases)
- [Commits](https://github.com/mhils/workflows/compare/v8...v10)

Updates `docker/build-push-action` from 6.5.0 to 6.7.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](5176d81f87...5cd11c3a4c)

---
updated-dependencies:
- dependency-name: mhils/workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update main.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
This commit is contained in:
dependabot[bot] 2024-09-01 23:22:10 +02:00 committed by GitHub
parent f054e38467
commit a5b5963d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,22 +18,22 @@ concurrency:
jobs:
lint:
uses: mhils/workflows/.github/workflows/python-tox.yml@v8
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
with:
cmd: tox -e lint
filename-matching:
uses: mhils/workflows/.github/workflows/python-tox.yml@v8
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
with:
cmd: tox -e filename_matching
mypy:
uses: mhils/workflows/.github/workflows/python-tox.yml@v8
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
with:
cmd: tox -e mypy
individual-coverage:
uses: mhils/workflows/.github/workflows/python-tox.yml@v8
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
with:
cmd: tox -e individual_coverage
@ -147,10 +147,9 @@ jobs:
path: release/dist
build-wheel:
uses: mhils/workflows/.github/workflows/python-build.yml@v8
uses: mhils/workflows/.github/workflows/python-build.yml@v10
with:
python-version-file: .github/python-version.txt
attest-provenance: false # done in deploy step
artifact: binaries.wheel
build-windows-installer:
@ -267,7 +266,7 @@ jobs:
- build-wheel
- build-windows-installer
- docs
uses: mhils/workflows/.github/workflows/alls-green.yml@v8
uses: mhils/workflows/.github/workflows/alls-green.yml@v10
with:
jobs: ${{ toJSON(needs) }}
allowed-skips: build-windows-installer
@ -327,7 +326,7 @@ jobs:
- name: Build and push
id: push
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
with:
context: release/docker
platforms: linux/amd64,linux/arm64