From 74e9d7f66ca6475df47c011f51b81703d7ae4cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 07:22:59 +0000 Subject: [PATCH] build(deps): bump the github-actions-updates group with 2 updates Bumps the github-actions-updates group with 2 updates: [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `styfle/cancel-workflow-action` from 0.11.0 to 0.12.1 - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.11.0...0.12.1) Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-updates - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/eventindexer.yml | 2 +- .github/workflows/guardian-prover-health-check.yml | 2 +- .github/workflows/relayer.yml | 2 +- .github/workflows/taiko-client--docker.yml | 2 +- .github/workflows/taiko-client--hive-test.yml | 2 +- .github/workflows/taiko-client--test.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/eventindexer.yml b/.github/workflows/eventindexer.yml index 2d9efa97490..a8ee1217846 100644 --- a/.github/workflows/eventindexer.yml +++ b/.github/workflows/eventindexer.yml @@ -101,7 +101,7 @@ jobs: type=sha - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: . diff --git a/.github/workflows/guardian-prover-health-check.yml b/.github/workflows/guardian-prover-health-check.yml index 399f3a8dbb7..74277283274 100644 --- a/.github/workflows/guardian-prover-health-check.yml +++ b/.github/workflows/guardian-prover-health-check.yml @@ -94,7 +94,7 @@ jobs: type=sha - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: . diff --git a/.github/workflows/relayer.yml b/.github/workflows/relayer.yml index 9549b5f20b6..1c84fd58801 100644 --- a/.github/workflows/relayer.yml +++ b/.github/workflows/relayer.yml @@ -101,7 +101,7 @@ jobs: type=sha - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: . diff --git a/.github/workflows/taiko-client--docker.yml b/.github/workflows/taiko-client--docker.yml index 08faa9847dd..fcd767c8d2e 100644 --- a/.github/workflows/taiko-client--docker.yml +++ b/.github/workflows/taiko-client--docker.yml @@ -60,7 +60,7 @@ jobs: - name: Build and push by digest id: build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: packages/taiko-client/Dockerfile diff --git a/.github/workflows/taiko-client--hive-test.yml b/.github/workflows/taiko-client--hive-test.yml index a1f9e944a35..0a488e9f1cc 100644 --- a/.github/workflows/taiko-client--hive-test.yml +++ b/.github/workflows/taiko-client--hive-test.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} diff --git a/.github/workflows/taiko-client--test.yml b/.github/workflows/taiko-client--test.yml index 0160b8a8596..ce1fc48cfbc 100644 --- a/.github/workflows/taiko-client--test.yml +++ b/.github/workflows/taiko-client--test.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }}