diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 5ef93b4e..5ef5b66f 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -18,7 +18,7 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Wait other jobs are passed or failed if: ${{ steps.metadata.outputs.package-ecosystem == 'pip' || steps.metadata.outputs.package-ecosystem == 'github_actions' }} - uses: kachick/wait-other-jobs@v1 + uses: kachick/wait-other-jobs@v2 timeout-minutes: 30 with: github-token: "${{ secrets.GITHUB_TOKEN }}"