From 8e7c64073d391ae5f74eed896ebc577ccedc4268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:30:26 +0000 Subject: [PATCH] Bump kachick/wait-other-jobs from 1 to 2 Bumps [kachick/wait-other-jobs](https://github.com/kachick/wait-other-jobs) from 1 to 2. - [Release notes](https://github.com/kachick/wait-other-jobs/releases) - [Commits](https://github.com/kachick/wait-other-jobs/compare/v1...v2) --- updated-dependencies: - dependency-name: kachick/wait-other-jobs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index e4c3e6fa1..010670515 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 }}"