From f8385d619b054cec9ff3dae7a77168ec05ca34ea Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Sat, 12 Apr 2025 23:35:45 -0500 Subject: [PATCH] chore: Update action.yml to use PWC maintained action Signed-off-by: Roger Barker --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8653163..af65933 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ runs: run: | if [[ "${{ inputs.version }}" == "latest" ]]; then # clone the latest version - git clone https://github.com/andrewb1269hg/git-semver.git + git clone https://github.com/PandasWhoCode/git-semver.git else # clone the specified version git clone --branch ${{ inputs.version }} https://github.com/PSanetra/git-semver.git