From 4ce32bc262c3b2a73df8cb2c08e28ffa2052176e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:12:12 +0000 Subject: [PATCH] chore(deps): bump python-semantic-release/python-semantic-release from 9.4.0 to 9.4.1 (#227) --- .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 9e7ed9df..455bc270 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: token: ${{ secrets.SILENTWORKS_PAT }} - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v9.4.0 + uses: python-semantic-release/python-semantic-release@v9.4.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}