Skip to content

Commit c3ce40b

Browse files
authored
chore: Update action.yml to use PWC maintained action (#21)
Signed-off-by: Roger Barker <roger.barker@pandaswhocode.com>
1 parent b6b17c8 commit c3ce40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
run: |
2525
if [[ "${{ inputs.version }}" == "latest" ]]; then
2626
# clone the latest version
27-
git clone https://github.com/andrewb1269hg/git-semver.git
27+
git clone https://github.com/PandasWhoCode/git-semver.git
2828
else
2929
# clone the specified version
3030
git clone --branch ${{ inputs.version }} https://github.com/PSanetra/git-semver.git

0 commit comments

Comments
 (0)