diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 554ebaa..3a7ff8e 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -20,7 +20,7 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Wait for CI to complete - uses: lewagon/wait-on-check-action@v1.7.0 + uses: lewagon/wait-on-check-action@v1.8.0 with: ref: ${{ github.event.pull_request.head.sha }} check-name: 'build-and-test'