Skip to content

Commit

Permalink
Bump kachick/wait-other-jobs from 3.5.0 to 3.6.0 (#81)
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.5.0 to 3.6.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.5.0...v3.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 0d414b2 commit cde1840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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/[email protected]
- name: Wait other jobs
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
uses: kachick/wait-other-jobs@v3.5.0
uses: kachick/wait-other-jobs@v3.6.0
with:
skip-same-workflow: 'true'
skip-list: |
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- name: Wait other jobs
uses: kachick/wait-other-jobs@v3.5.0
uses: kachick/wait-other-jobs@v3.6.0
with:
skip-same-workflow: 'true'
skip-list: |
Expand All @@ -71,7 +71,7 @@ jobs:
if: ${{ github.actor == 'selfup-runner[bot]' }}
steps:
- name: Wait other jobs
uses: kachick/wait-other-jobs@v3.5.0
uses: kachick/wait-other-jobs@v3.6.0
with:
skip-same-workflow: 'true'
skip-list: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
Get-PSRepository
Write-Output "version=$((Import-PowerShellDataFile ./PSFzfHistory/PSFzfHistory.psd1).ModuleVersion)" | Tee-Object -Append -FilePath ${env:GITHUB_OUTPUT}
- name: Wait other jobs
uses: kachick/wait-other-jobs@v3.5.0
uses: kachick/wait-other-jobs@v3.6.0
timeout-minutes: 30
with:
skip-list: |
Expand Down

0 comments on commit cde1840

Please sign in to comment.