From fbbd1b028ec88d40b5fd0338d4342a68dfaea753 Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Fri, 18 Apr 2025 22:41:54 -0500 Subject: [PATCH] Update README.md Signed-off-by: Roger Barker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07b81c0..fa69e87 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # setup-git-semver A GitHub Action to set up the [git-semver](https://github.com/PSanetra/git-semver) tool in your GitHub workflows. This action installs and configures `git-semver` for versioning and semantic versioning tasks, allowing you to use it seamlessly in your CI/CD pipeline. -The latest version uses [andrewb1269hg/git-semver](https://github.com/andrewb1269hg/git-semver) +The latest version uses [PandasWhoCode/git-semver](https://github.com/PandasWhoCode/git-semver) ## Usage