diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index df02722..d042b58 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.8.1 + uses: lewagon/wait-on-check-action@v1.9.1 with: ref: ${{ github.ref }} check-name: 'Type Check, Lint, Test & Build'