From b9c9bf056e5c39a75309f58a04b441a950ab3360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:00:12 +0000 Subject: [PATCH] ci(deps): bump jchen1/wait-for-green from 1.0.8 to 2.0.0 Bumps [jchen1/wait-for-green](https://github.com/jchen1/wait-for-green) from 1.0.8 to 2.0.0. - [Release notes](https://github.com/jchen1/wait-for-green/releases) - [Commits](https://github.com/jchen1/wait-for-green/compare/v1.0.8...v2.0.0) --- updated-dependencies: - dependency-name: jchen1/wait-for-green dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index fe49dd2..2eef976 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -65,7 +65,7 @@ jobs: token: ${{ steps.bot-token.outputs.token }} - id: status-checks name: Wait for status checks to complete - uses: jchen1/wait-for-green@v1.0.8 + uses: jchen1/wait-for-green@v2.0.0 with: check_interval: 45 commit: ${{ github.head_ref }}