From 686a973f2f090a9f7c27d9571b358b0f475237ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:00:16 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 --- .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 98d1fe4..c8b23df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -191,7 +191,7 @@ jobs: run: poetry build - name: Publish - Github - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: matrix.python-version == '3.13' with: fail_on_unmatched_files: true