Skip to content

Commit

Permalink
Bump kachick/wait-other-jobs from 3.2.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [kachick/wait-other-jobs](https://github.com/kachick/wait-other-jobs) from 3.2.0 to 3.4.0.
- [Release notes](https://github.com/kachick/wait-other-jobs/releases)
- [Changelog](https://github.com/kachick/wait-other-jobs/blob/main/CHANGELOG.md)
- [Commits](kachick/wait-other-jobs@v3.2.0...v3.4.0)

---
updated-dependencies:
- dependency-name: kachick/wait-other-jobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 4cffedc commit afe87bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge-bot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: dependabot/fetch-metadata@v2.1.0
- name: Wait other jobs
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
uses: kachick/wait-other-jobs@v3.2.0
uses: kachick/wait-other-jobs@v3.4.0
timeout-minutes: 10
with:
retry-method: 'equal_intervals'
Expand All @@ -44,7 +44,7 @@ jobs:
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- name: Wait other jobs
uses: kachick/wait-other-jobs@v3.2.0
uses: kachick/wait-other-jobs@v3.4.0
timeout-minutes: 10
with:
skip-same-workflow: 'true'
Expand All @@ -61,7 +61,7 @@ jobs:
if: ${{ github.actor == 'selfup-runner[bot]' }}
steps:
- name: Wait other jobs
uses: kachick/wait-other-jobs@v3.2.0
uses: kachick/wait-other-jobs@v3.4.0
timeout-minutes: 20
with:
skip-same-workflow: 'true'
Expand Down

0 comments on commit afe87bc

Please sign in to comment.