From 9f8f1a67191200d869217a4d159188236488ba90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:49:41 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.2.1 to 2.5.0 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.1 to 2.5.0. - [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.2.1...v2.5.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_aarch64_Linux.yaml | 4 ++-- .github/workflows/build_x86_64_Linux.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_aarch64_Linux.yaml b/.github/workflows/build_aarch64_Linux.yaml index 67d7e53..ccb69cf 100644 --- a/.github/workflows/build_aarch64_Linux.yaml +++ b/.github/workflows/build_aarch64_Linux.yaml @@ -165,7 +165,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "Continuous ${{ env.B_ARCH }}" tag_name: "${{ env.B_ARCH }}" @@ -181,7 +181,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "FLATIMAGE-(${{ env.FIM_VERSION}})-${{ env.UTC_TIME }}-${{ env.B_ARCH }}" tag_name: "${{ env.UTC_TIME }}-${{ env.B_ARCH }}" diff --git a/.github/workflows/build_x86_64_Linux.yaml b/.github/workflows/build_x86_64_Linux.yaml index 4f07313..ba8201a 100644 --- a/.github/workflows/build_x86_64_Linux.yaml +++ b/.github/workflows/build_x86_64_Linux.yaml @@ -164,7 +164,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "Continuous ${{ env.B_ARCH }}" tag_name: "${{ env.B_ARCH }}" @@ -180,7 +180,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "FLATIMAGE-(${{ env.FIM_VERSION}})-${{ env.UTC_TIME }}-${{ env.B_ARCH }}" tag_name: "${{ env.UTC_TIME }}-${{ env.B_ARCH }}"