From 6022c1bc4d16098977ee7c7fb8fe53a6163cdf32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 01:46:06 +0000 Subject: [PATCH] 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/main.yml | 2 +- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c39b0aa..caafa89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -578,7 +578,7 @@ jobs: # ----------------------------------------------------------------------- - name: Create GitHub Pre-release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true with: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 5682051..6cf361d 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -121,7 +121,7 @@ jobs: path: release-artifacts - name: Create GitHub Pre-release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1ddd21..09e02b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -638,7 +638,7 @@ jobs: # ----------------------------------------------------------------------- - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true with: