From db71ad0dac6004df09cd3f91f00bc053ee45f78d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:05:25 +0000 Subject: [PATCH] chore(deps): bump Staffbase/testio-trigger-test-github-action Bumps [Staffbase/testio-trigger-test-github-action](https://github.com/staffbase/testio-trigger-test-github-action) from 1.1.2 to 1.2.1. - [Release notes](https://github.com/staffbase/testio-trigger-test-github-action/releases) - [Commits](https://github.com/staffbase/testio-trigger-test-github-action/compare/v1.1.2...v1.2.1) --- updated-dependencies: - dependency-name: Staffbase/testio-trigger-test-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/template_testio_trigger_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_testio_trigger_test.yml b/.github/workflows/template_testio_trigger_test.yml index fc004f53..d8c645a2 100644 --- a/.github/workflows/template_testio_trigger_test.yml +++ b/.github/workflows/template_testio_trigger_test.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Trigger Test on TestIO - uses: Staffbase/testio-trigger-test-github-action@v1.1.2 + uses: Staffbase/testio-trigger-test-github-action@v1.2.1 with: testio-slug: ${{ inputs.testio-slug }} testio-product-id: ${{ inputs.testio-product-id }}