Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Bump kachick/wait-other-jobs from 3.4.0 to 3.4.1
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>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 1c17ccb commit 3d2bcf7
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.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
with:
skip-same-workflow: 'true'
timeout-minutes: 10
Expand All @@ -42,7 +42,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
with:
skip-same-workflow: 'true'
timeout-minutes: 10
Expand All @@ -59,7 +59,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
with:
skip-same-workflow: 'true'
timeout-minutes: 20
Expand Down

0 comments on commit 3d2bcf7

Please sign in to comment.