This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 347cfbd chore(deps): bump softprops/action-gh-release from 2 to 3
(#299)
347cfbd is described below
commit 347cfbdd788c6edff793e5a2f403e80c2a26ddb8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 9 09:14:52 2026 +0800
chore(deps): bump softprops/action-gh-release from 2 to 3 (#299)
---
.github/workflows/release-go-binding.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-go-binding.yml
b/.github/workflows/release-go-binding.yml
index 9ea5d79..5e3375c 100644
--- a/.github/workflows/release-go-binding.yml
+++ b/.github/workflows/release-go-binding.yml
@@ -197,7 +197,7 @@ jobs:
git push origin "refs/tags/$TAG"
- name: Create GitHub release
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
with:
tag_name: ${{ needs.validate.outputs.tag }}
generate_release_notes: true