From b4b97d9cd1561cbdf2fd70cbaa10280593b53cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:04:32 +0000 Subject: [PATCH] chore(deps): bump python-semantic-release/python-semantic-release from 9.8.5 to 9.8.6 (#476) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e8f2de0..80e1fa3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: token: ${{ secrets.SILENTWORKS_PAT }} - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v9.8.5 + uses: python-semantic-release/python-semantic-release@v9.8.6 with: github_token: ${{ secrets.GITHUB_TOKEN }}