From 8e2f076fa264686ae5fed3329742db8b99c7f8e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:25:41 +0000 Subject: [PATCH] chore(deps): update lewagon/wait-on-check-action action to v1.6.1 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c0829d3..e8c4b3c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for CI workflow - uses: lewagon/wait-on-check-action@v1.6.0 + uses: lewagon/wait-on-check-action@v1.6.1 with: ref: ${{ github.ref }} check-name: 'Type Check, Lint, Test & Build'