Skip to content

Commit

Permalink
Bump benc-uk/workflow-dispatch from 1.2.2 to 1.2.3 (#2282)
Browse files Browse the repository at this point in the history
Bumps [benc-uk/workflow-dispatch](https://github.com/benc-uk/workflow-dispatch) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/benc-uk/workflow-dispatch/releases)
- [Commits](benc-uk/workflow-dispatch@v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: benc-uk/workflow-dispatch
  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] committed May 16, 2024
1 parent 8121109 commit d1b70b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
actions: write
steps:
- uses: benc-uk/workflow-dispatch@v1.2.2
- uses: benc-uk/workflow-dispatch@v1.2.3
with:
workflow: testing-stable.yml
ref: stable
Expand All @@ -20,7 +20,7 @@ jobs:
permissions:
actions: write
steps:
- uses: benc-uk/workflow-dispatch@v1.2.2
- uses: benc-uk/workflow-dispatch@v1.2.3
with:
workflow: testing-develop.yml
ref: develop
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# scheduled tests should just check that new dependency versions do not break the
# tests, but should not update the image.
if: ${{ (github.ref_name == 'stable' || github.ref_name == 'develop') && github.event_name == 'push' && env.triggerdockerbuild == 'yes' && matrix.order == 'normal' }}
uses: benc-uk/workflow-dispatch@v1.2.2
uses: benc-uk/workflow-dispatch@v1.2.3
with:
workflow: Update Image testing-${{ inputs.image_suffix }}
repo: Open-MSS/dockertesting
Expand Down

0 comments on commit d1b70b2

Please sign in to comment.