Skip to content

Commit

Permalink
Bump kachick/wait-other-jobs from 3.4.0 to 3.4.1 (#610)
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.4.0 to 3.4.1.
- [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.4.0...v3.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 1961c0a commit 3bd7661
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2.0
- name: Wait other jobs
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
uses: kachick/wait-other-jobs@v3.4.0
uses: kachick/wait-other-jobs@v3.4.1
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.4.0
uses: kachick/wait-other-jobs@v3.4.1
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.4.0
uses: kachick/wait-other-jobs@v3.4.1
timeout-minutes: 20
with:
skip-same-workflow: 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
gh run download
tree release-assets
- name: Wait other jobs
uses: kachick/wait-other-jobs@v3.4.0
uses: kachick/wait-other-jobs@v3.4.1
timeout-minutes: 10
with:
skip-same-workflow: 'true'
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
# TODO: Update after we got reply in https://github.com/rubygems/configure-rubygems-credentials/issues/161
# role-to-assume: 3
- name: Wait other jobs
uses: kachick/wait-other-jobs@v3.4.0
uses: kachick/wait-other-jobs@v3.4.1
timeout-minutes: 10
with:
skip-same-workflow: 'true'
Expand Down

0 comments on commit 3bd7661

Please sign in to comment.