From 1527f184cd2530a5ec5c294c4eadb811056df0d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 23:54:01 +0000 Subject: [PATCH] chore(deps): bump python-semantic-release/python-semantic-release from 9.4.1 to 9.7.2 (#247) --- .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 cb41b6d8..b192bad7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: token: ${{ secrets.SILENTWORKS_PAT }} - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v9.4.1 + uses: python-semantic-release/python-semantic-release@v9.7.2 with: github_token: ${{ secrets.GITHUB_TOKEN }}