From c5869bc960ffa7a555480690e5dd0b72eb3b7a68 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:18:47 +0000 Subject: [PATCH] chore(release): 3.0.0 # [3.0.0](https://github.com/splunk/addonfactory-test-matrix-action/compare/v2.1.12...v3.0.0) (2025-01-08) ### Features * remove file-based input ([#184](https://github.com/splunk/addonfactory-test-matrix-action/issues/184)) ([2edce07](https://github.com/splunk/addonfactory-test-matrix-action/commit/2edce0723d4e5c3ec0ba7cefe2584661e64e36d8)) ### BREAKING CHANGES * remove file-based input --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bdff5ce..3cffbb6 100644 --- a/action.yml +++ b/action.yml @@ -2,4 +2,4 @@ name: "addonfactory-test-matrix-action" description: "This tool automates the selection matrix dimensions" runs: using: "docker" - image: "Dockerfile" + image: "docker://ghcr.io/splunk/addonfactory-test-matrix-action/addonfactory-test-matrix-action:v3.0.0"