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'