From 023c7b46437e6be3a2ecf440012140863be68067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:41:19 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/c-release.yml | 2 +- .github/workflows/java-release.yml | 2 +- .github/workflows/javascript-release.yml | 2 +- .github/workflows/php-release.yml | 2 +- .github/workflows/python-release.yml | 2 +- .github/workflows/ruby-release.yml | 2 +- .github/workflows/rust-release.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/c-release.yml b/.github/workflows/c-release.yml index 3f271ac2..406b3217 100644 --- a/.github/workflows/c-release.yml +++ b/.github/workflows/c-release.yml @@ -22,7 +22,7 @@ jobs: working-directory: ./bindings/c - name: GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: make_latest: false draft: true diff --git a/.github/workflows/java-release.yml b/.github/workflows/java-release.yml index d480807d..af9984d6 100644 --- a/.github/workflows/java-release.yml +++ b/.github/workflows/java-release.yml @@ -208,7 +208,7 @@ jobs: run: echo "version=${GITHUB_REF#refs/tags/java-v}" >> $GITHUB_ENV - name: GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: make_latest: false draft: true diff --git a/.github/workflows/javascript-release.yml b/.github/workflows/javascript-release.yml index 8420d7fd..184e4ca4 100644 --- a/.github/workflows/javascript-release.yml +++ b/.github/workflows/javascript-release.yml @@ -289,7 +289,7 @@ jobs: run: echo "version=${GITHUB_REF#refs/tags/javascript-v}" >> $GITHUB_ENV - name: GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: make_latest: false draft: true diff --git a/.github/workflows/php-release.yml b/.github/workflows/php-release.yml index dfa94ae2..dbdcaf7f 100644 --- a/.github/workflows/php-release.yml +++ b/.github/workflows/php-release.yml @@ -114,7 +114,7 @@ jobs: run: ls -la artifacts/ - name: GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: make_latest: false draft: true diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 25cae877..e2ee75f6 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -346,7 +346,7 @@ jobs: run: echo "version=${GITHUB_REF#refs/tags/python-v}" >> $GITHUB_ENV - name: GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: make_latest: false draft: true diff --git a/.github/workflows/ruby-release.yml b/.github/workflows/ruby-release.yml index 34e8e277..e76f6fcb 100644 --- a/.github/workflows/ruby-release.yml +++ b/.github/workflows/ruby-release.yml @@ -23,7 +23,7 @@ jobs: run: echo "version=${GITHUB_REF#refs/tags/ruby-v}" >> $GITHUB_ENV - name: GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: make_latest: false draft: true diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 328fe078..1df54dcd 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -17,7 +17,7 @@ jobs: run: echo "version=${GITHUB_REF#refs/tags/rust-v}" >> $GITHUB_ENV - name: GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: make_latest: true draft: true