diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index e4c3e6fa..01067051 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -17,7 +17,7 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Wait other jobs are passed or failed if: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' || 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 }}"