From 8c336f7a73360364921ab9ac8c79dc605b1cacd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:20:05 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20b?= =?UTF-8?q?ump=20python-semantic-release/python-semantic-release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.21.1 to 10.4.0. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.21.1...v10.4.0) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ".github/workflows/\360\237\223\246Release.yml" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/.github/workflows/\360\237\223\246Release.yml" "b/.github/workflows/\360\237\223\246Release.yml" index 966a502..3f688ba 100644 --- "a/.github/workflows/\360\237\223\246Release.yml" +++ "b/.github/workflows/\360\237\223\246Release.yml" @@ -67,7 +67,7 @@ jobs: # poetry run semantic-release version --print - name: 🔖 Semantic Version and Release - uses: python-semantic-release/python-semantic-release@v9.21.1 + uses: python-semantic-release/python-semantic-release@v10.4.0 with: github_token: ${{ steps.secrets.outputs.TOKEN }}