From 5ce89a8ea7080fb1feef4f0b17025905b58385a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 07:52:41 +0000 Subject: [PATCH] Update lewagon/wait-on-check-action action to v1.5.0 --- .github/workflows/auto-approve-merge-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve-merge-bot.yml b/.github/workflows/auto-approve-merge-bot.yml index 3d77a7ad5..ec192bebe 100644 --- a/.github/workflows/auto-approve-merge-bot.yml +++ b/.github/workflows/auto-approve-merge-bot.yml @@ -54,7 +54,7 @@ jobs: - name: Wait for CI checks if: steps.check_auto_merge.outputs.auto_merge == 'true' - uses: lewagon/wait-on-check-action@v1.4.1 + uses: lewagon/wait-on-check-action@v1.5.0 with: ref: ${{ github.event.pull_request.head.sha }} repo-token: ${{ secrets.GITHUB_TOKEN }}