From ec6886f859c35806208a7c49b36b2247198d54ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:12:35 -0400 Subject: [PATCH] build(deps): bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4 (#136) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CloudDrove CI <84795582+clouddrove-ci@users.noreply.github.com> --- .github/workflows/auto_merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_merge.yml b/.github/workflows/auto_merge.yml index 441004ea..4d170f44 100644 --- a/.github/workflows/auto_merge.yml +++ b/.github/workflows/auto_merge.yml @@ -27,7 +27,7 @@ jobs: shell: bash - name: Wait for "${{ matrix.tf-checks }}" to Succeed - uses: lewagon/wait-on-check-action@v1.3.3 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.event.pull_request.head.sha }} check-name: ${{ matrix.tf-checks }}