diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 8967d0b..395630a 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -10,7 +10,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: Wait for other checks - uses: lewagon/wait-on-check-action@v0.2 + uses: lewagon/wait-on-check-action@v1.1.2 with: ref: ${{ github.event.pull_request.head.sha || github.sha }} repo-token: ${{ secrets.GITHUB_TOKEN }}