From fdbbf3f3c6c85c612739cba6047aa9955b2402d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:36:00 +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.2.1 to 1.3.0. - [Release notes](https://github.com/staffbase/testio-trigger-test-github-action/releases) - [Commits](https://github.com/staffbase/testio-trigger-test-github-action/compare/v1.2.1...v1.3.0) --- 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 d8c645a2..1f4f4374 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.2.1 + uses: Staffbase/testio-trigger-test-github-action@v1.3.0 with: testio-slug: ${{ inputs.testio-slug }} testio-product-id: ${{ inputs.testio-product-id }}