Bump benc-uk/workflow-dispatch from 1 to 121 (#516)

Bumps [benc-uk/workflow-dispatch](https://github.com/benc-uk/workflow-dispatch) from 1 to 121.
- [Release notes](https://github.com/benc-uk/workflow-dispatch/releases)
- [Commits](https://github.com/benc-uk/workflow-dispatch/compare/v1...v121)

---
updated-dependencies:
- dependency-name: benc-uk/workflow-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-02 23:54:38 +00:00 committed by GitHub
parent 52ae4b252b
commit b2ebe8f56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,13 +68,13 @@ jobs:
# Docker images tagged only with short commit hash # Docker images tagged only with short commit hash
- name: 'Invoke Coodinator Image CI' - name: 'Invoke Coodinator Image CI'
if: inputs.semver == '' if: inputs.semver == ''
uses: benc-uk/workflow-dispatch@v1 uses: benc-uk/workflow-dispatch@v121
with: with:
workflow: 'Docker: Coordinator' workflow: 'Docker: Coordinator'
token: ${{ secrets.PERSONAL_TOKEN }} token: ${{ secrets.PERSONAL_TOKEN }}
- name: 'Invoke Client App Build CI/CD workflow' - name: 'Invoke Client App Build CI/CD workflow'
if: inputs.semver == '' if: inputs.semver == ''
uses: benc-uk/workflow-dispatch@v1 uses: benc-uk/workflow-dispatch@v121
with: with:
workflow: 'Docker: Client' workflow: 'Docker: Client'
token: ${{ secrets.PERSONAL_TOKEN }} token: ${{ secrets.PERSONAL_TOKEN }}