From a5b5963d8ca06ba70462082eed5ab595f14d8d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:22:10 +0200 Subject: [PATCH] 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](https://github.com/docker/build-push-action/compare/5176d81f87c23d6fc96624dfdbcd9f3830bbe445...5cd11c3a4ced054e52742c5fd54dca954e0edd85) --- 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] * Update main.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Hils --- .github/workflows/main.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 199ad7f82..e3c6625fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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