From db6509ed946f1a8bc7854f7a1c38ad924a813195 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:22:53 +0000 Subject: [PATCH] chore(deps): update relekang/python-semantic-release action to v8.0.1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59f093b..2b7bc65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: with: fetch-depth: 0 - name: Run Python Semantic Release - uses: relekang/python-semantic-release@v8.0.0 + uses: relekang/python-semantic-release@v8.0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}