diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index da5f5f1..298fa3a 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for CI checks - uses: poseidon/wait-for-status-checks@v0.5.0 + uses: poseidon/wait-for-status-checks@v0.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} ignore: 'PR Review,Analyze changes,Check conventions'