From 099c88fbf2a7da26b083521a8bfa13e4f0886b97 Mon Sep 17 00:00:00 2001 From: "Khang Ha (Kelvin)" Date: Tue, 30 Jul 2024 20:01:18 +0700 Subject: [PATCH] Fix action.yml: Bump to 3.0.2 (#64) * Bump to 3.0.2 * Update action.yml --------- Co-authored-by: Jacob Tomlinson --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9e8abe2..94b33be 100644 --- a/action.yml +++ b/action.yml @@ -24,4 +24,4 @@ outputs: description: "The number of files which have been modified" runs: using: "docker" - image: "docker://ghcr.io/jacobtomlinson/gha-find-replace:3.0.1" + image: "docker://ghcr.io/jacobtomlinson/gha-find-replace:3.0.3"