From be87cc826c91e5fcc5d85c8be7f9016deabbeb45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 23:08:40 +0530 Subject: [PATCH] build(deps): bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 (#111) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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 4f5471fe..6ab3de31 100644 --- a/.github/workflows/auto_merge.yml +++ b/.github/workflows/auto_merge.yml @@ -23,7 +23,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: Wait for "${{ matrix.tf-checks }}" to succeed - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.3 with: ref: ${{ github.event.pull_request.head.sha }} check-name: ${{ matrix.tf-checks }}