From 6f7c3ecc93931e328f57eb365e6e2fa2d04b9877 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:57:13 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.3.2 --- .github/workflows/deploy.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c7c75461..a4be3a9c9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -203,7 +203,7 @@ jobs: - name: Create Release if: env.LATEST_TAG != env.NEXT_TAG id: create_release - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.3.2 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}" diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d6b9aaf4d..cfcc1db45 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -141,7 +141,7 @@ jobs: command: make chart_release - name: Create Nightly Release id: create_release - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.3.2 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ env.BASE_RELEASE }}