From 61200090a94869af046f85f60d5ae005f303dbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:43:34 +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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 500b326..92a5705 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -170,7 +170,7 @@ jobs: echo "SHA256 hashes for files starting with 'linwood-swamp' saved to $output_file" - name: 🚀 Deploy stable if: ${{ github.ref == 'refs/tags/stable' || (github.event_name == 'release' && !github.event.release.prerelease) }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 continue-on-error: true with: prerelease: true @@ -185,7 +185,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 🚀 Deploy nightly if: ${{ github.ref == 'refs/tags/nightly' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 continue-on-error: true with: prerelease: true @@ -199,7 +199,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 continue-on-error: true if: startsWith(github.ref, 'refs/tags/v') with: