From ad8e5492763d7ad6aeafeed3a360ac2d3f839c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:24:26 +0200 Subject: [PATCH] Bump benc-uk/workflow-dispatch from 1.2.3 to 1.2.4 (#2449) Bumps [benc-uk/workflow-dispatch](https://github.com/benc-uk/workflow-dispatch) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/benc-uk/workflow-dispatch/releases) - [Commits](https://github.com/benc-uk/workflow-dispatch/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: benc-uk/workflow-dispatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/testing-scheduled.yml | 4 ++-- .github/workflows/testing.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing-scheduled.yml b/.github/workflows/testing-scheduled.yml index a4bab8ae0..580003604 100644 --- a/.github/workflows/testing-scheduled.yml +++ b/.github/workflows/testing-scheduled.yml @@ -10,7 +10,7 @@ jobs: permissions: actions: write steps: - - uses: benc-uk/workflow-dispatch@v1.2.3 + - uses: benc-uk/workflow-dispatch@v1.2.4 with: workflow: testing-stable.yml ref: stable @@ -20,7 +20,7 @@ jobs: permissions: actions: write steps: - - uses: benc-uk/workflow-dispatch@v1.2.3 + - uses: benc-uk/workflow-dispatch@v1.2.4 with: workflow: testing-develop.yml ref: develop diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0e1f739f6..ae1eb46c7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -40,7 +40,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.3 + uses: benc-uk/workflow-dispatch@v1.2.4 with: workflow: Update Image testing-${{ inputs.image_suffix }} repo: Open-MSS/dockertesting