From 44f9b67cbb8f5f6c93d83b6a193a39c8d0ee025f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:01:11 +0000 Subject: [PATCH] chore(deps): update lewagon/wait-on-check-action action to v1.8.0 --- .github/workflows/screenshot-comparison.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/screenshot-comparison.yml b/.github/workflows/screenshot-comparison.yml index 785e4555..9daf2fe5 100644 --- a/.github/workflows/screenshot-comparison.yml +++ b/.github/workflows/screenshot-comparison.yml @@ -33,7 +33,7 @@ jobs: LOCAL_PROPERTIES: ${{ secrets.LOCAL_PROPERTIES }} - name: Wait for base unit-test - uses: lewagon/wait-on-check-action@v1.7.0 + uses: lewagon/wait-on-check-action@v1.8.0 with: ref: ${{ steps.get_base_branch_head.outputs.sha }} check-name: 'unit-test'