From d1f98ea6111009be8373b49b4e0db4766f31a85e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 21:14:34 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 2.2.1 to 2.4.2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.1 to 2.4.2. - [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.2.1...v2.4.2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6523b74..1b9bf87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: - name: Uploading... if: github.ref == 'refs/heads/master' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.4.2 with: tag_name: ${{ env.VERSION }} token: ${{ secrets.PAT }} @@ -176,7 +176,7 @@ jobs: - name: Uploading... if: github.ref == 'refs/heads/master' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.4.2 with: tag_name: ${{ env.VERSION }} token: ${{ secrets.PAT }} @@ -275,7 +275,7 @@ jobs: - name: Uploading... if: github.ref == 'refs/heads/master' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.4.2 with: tag_name: ${{ env.VERSION }} token: ${{ secrets.PAT }}