From b9c41d4b0754dee5a6c7188d42b33f66e3a8aafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:44:26 -0700 Subject: [PATCH] ci(deps): bump `python-semantic-release@v9.15.1` action version to 9.15.2 (#32) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b763d0..e898e13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Release | Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v9.15.1 + uses: python-semantic-release/python-semantic-release@v9.15.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} root_options: "-vv -c releaserc.toml"