From c0d31e8f74d7975a8f6708b4608ba84c870a11e0 Mon Sep 17 00:00:00 2001 From: Alex <43832691+alexanderdavisn@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:23:56 -0600 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 44df3ec..aefcc7d 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ runs: - run: | git clone https://${{ inputs.git-token }}@github.com/oncarrot/harold.git --depth 5 cd harold - git checkout tags/v0.3.0 + git checkout tags/v0.3.1 gem build harold.gemspec gem install harold cd ..