From 033a2afa3681cb8f8dcb8d516927912697e3e5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:05:26 +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/4.1-nightly.yml | 2 +- .github/workflows/dev-nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/4.1-nightly.yml b/.github/workflows/4.1-nightly.yml index fec7928beb..8de9ae3c51 100644 --- a/.github/workflows/4.1-nightly.yml +++ b/.github/workflows/4.1-nightly.yml @@ -96,7 +96,7 @@ jobs: run: zip -X -r phpMyFAQ-${{ env.release_name }}.zip phpmyfaq -x "phpmyfaq/src/libs/tecnickcom/tcpdf/fonts/*" - name: Update nightly release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: prerelease: true generate_release_notes: false diff --git a/.github/workflows/dev-nightly.yml b/.github/workflows/dev-nightly.yml index 1a8322c540..6dde1724c0 100644 --- a/.github/workflows/dev-nightly.yml +++ b/.github/workflows/dev-nightly.yml @@ -94,7 +94,7 @@ jobs: run: zip -X -r phpMyFAQ-${{ env.release_name }}.zip phpmyfaq -x "phpmyfaq/src/libs/tecnickcom/tcpdf/fonts/*" - name: Update nightly release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: prerelease: true generate_release_notes: false