From ae62471396952185c750e990d4930131b53d2c8d Mon Sep 17 00:00:00 2001 From: MountainGod2 Date: Sat, 2 Nov 2024 13:21:42 -0600 Subject: [PATCH] fix: Update Python Semantic Release action to use python-semantic-release@v9 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 83529baf..84b4c1dd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -38,7 +38,7 @@ jobs: - name: Release | Run Python Semantic Release id: release - uses: mountaingod2/python-semantic-release-uv@uv + uses: python-semantic-release/python-semantic-release@v9 with: github_token: '${{ secrets.GH_PAT }}' git_committer_name: 'MountainGod2'