From 716c43537471fd6372788b46b87f3d774b44ea34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:53:56 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.5.0 --- .github/workflows/create_aarch64-Linux.yaml | 4 ++-- .github/workflows/create_x86_64-Linux.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create_aarch64-Linux.yaml b/.github/workflows/create_aarch64-Linux.yaml index a30bb32..e452df9 100644 --- a/.github/workflows/create_aarch64-Linux.yaml +++ b/.github/workflows/create_aarch64-Linux.yaml @@ -133,7 +133,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}" @@ -147,7 +147,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" diff --git a/.github/workflows/create_x86_64-Linux.yaml b/.github/workflows/create_x86_64-Linux.yaml index 9722d59..208b12f 100644 --- a/.github/workflows/create_x86_64-Linux.yaml +++ b/.github/workflows/create_x86_64-Linux.yaml @@ -142,7 +142,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}" @@ -156,7 +156,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"