From dd4386902f3ffdc2e77834ec4fd0d54c62f284a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:50:34 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.6.2 --- .github/workflows/nightly-build.yaml | 2 +- .github/workflows/release-preview.yml | 2 +- .github/workflows/release-stable.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-build.yaml b/.github/workflows/nightly-build.yaml index 9f8b4004a..27c5b839c 100644 --- a/.github/workflows/nightly-build.yaml +++ b/.github/workflows/nightly-build.yaml @@ -111,7 +111,7 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Create GH Release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.2 with: files: | dist/*.zip diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index 7abebfbfe..f0d158274 100644 --- a/.github/workflows/release-preview.yml +++ b/.github/workflows/release-preview.yml @@ -48,7 +48,7 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.2 with: files: | dist/*.zip diff --git a/.github/workflows/release-stable.yml b/.github/workflows/release-stable.yml index c3b344c35..560b2901e 100644 --- a/.github/workflows/release-stable.yml +++ b/.github/workflows/release-stable.yml @@ -64,7 +64,7 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.2 with: files: | dist/*.zip