From 89ae6f14e6c929d0b30687b57cd8d5e5830fcc42 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:12:47 +0000 Subject: [PATCH] chore(release): 5.1.0 # [5.1.0](https://github.com/splunk/wfe-test-runner-action/compare/v5.0.2...v5.1.0) (2025-01-09) ### Features * upgrade tests ([#35](https://github.com/splunk/wfe-test-runner-action/issues/35)) ([459eac8](https://github.com/splunk/wfe-test-runner-action/commit/459eac84591fa069ed141768467579af5f9d553d)) --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 806ce22..5f58f13 100644 --- a/action.yaml +++ b/action.yaml @@ -84,7 +84,7 @@ outputs: description: 'Name of workflow triggered' runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://ghcr.io/splunk/wfe-test-runner-action/wfe-test-runner-action:v5.1.0' args: - ${{ inputs.workflow-tmpl-name }} - ${{ inputs.workflow-template-ns }} @@ -103,4 +103,4 @@ runs: - ${{ inputs.os-name }} - ${{ inputs.os-version }} - ${{ inputs.test-browser }} - - ${{ inputs.ta-upgrade-version }} \ No newline at end of file + - ${{ inputs.ta-upgrade-version }}