From 77ff19e87c0058c5c353c70c933dbf597859112a Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Mon, 20 May 2024 13:42:33 +0000 Subject: [PATCH] chore(release): 4.0.0 # [4.0.0](https://github.com/splunk/wfe-test-runner-action/compare/v3.0.0...v4.0.0) (2024-05-20) ### Features * updateworkflow-engine-base to 4.0.0 ([#25](https://github.com/splunk/wfe-test-runner-action/issues/25)) ([e0c9054](https://github.com/splunk/wfe-test-runner-action/commit/e0c9054b77b075f935afc7e30630a7926f9d3616)) ### BREAKING CHANGES * update workflow-engine-base to 4.0.0 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/splunk/workflow-engine-base | final | major | `3.0.0` -> `4.0.0` | --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 7c24d1a..c3b5d04 100644 --- a/action.yaml +++ b/action.yaml @@ -76,7 +76,7 @@ outputs: description: 'Name of workflow triggered' runs: using: 'docker' - image: 'docker://ghcr.io/splunk/wfe-test-runner-action/wfe-test-runner-action:v3.0.0' + image: 'docker://ghcr.io/splunk/wfe-test-runner-action/wfe-test-runner-action:v4.0.0' args: - ${{ inputs.workflow-tmpl-name }} - ${{ inputs.workflow-template-ns }}