From e63ec3ea4e88c3cacd518639848155da7a625bcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:40:23 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.5.0 --- .github/workflows/build-nightly.yml | 2 +- .github/workflows/build-stable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 75457c2..04f3fee 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -80,7 +80,7 @@ jobs: GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" continue-on-error: true - - uses: softprops/action-gh-release@v2.2.2 + - uses: softprops/action-gh-release@v2.5.0 with: name: "Continuous Build (Nightly Version: ${{ env.VERSION }})" tag_name: "nightly" diff --git a/.github/workflows/build-stable.yml b/.github/workflows/build-stable.yml index c7c58e5..5a88471 100644 --- a/.github/workflows/build-stable.yml +++ b/.github/workflows/build-stable.yml @@ -71,7 +71,7 @@ jobs: echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}" - name: Release Artifacts - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.5.0 with: name: "Citron: ${{ env.VERSION }}" tag_name: "${{ env.VERSION }}@${{ env.DATE }}"