From 59b73ebcaf98264135c9b467ab0d9786fd9af55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:23:43 +0000 Subject: [PATCH] chore(deps): bump python-semantic-release/python-semantic-release from 9.4.2 to 9.5.0 (#779) --- .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 17b7c63a..57090f29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: token: ${{ secrets.SILENTWORKS_PAT }} - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v9.4.2 + uses: python-semantic-release/python-semantic-release@v9.5.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}