From e10a7f4c51077a1c3b68d8d9524b664a5f8467f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:30:57 +0000 Subject: [PATCH] Update softprops/action-gh-release digest to 153bb8e --- .github/workflows/c-cpp-release-template.yml | 2 +- .github/workflows/java-github-release-template.yml | 2 +- .github/workflows/latex-release-template.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/c-cpp-release-template.yml b/.github/workflows/c-cpp-release-template.yml index 1f8935f..dfdcb48 100644 --- a/.github/workflows/c-cpp-release-template.yml +++ b/.github/workflows/c-cpp-release-template.yml @@ -175,7 +175,7 @@ jobs: # Detects which tag triggered the build echo "tag=${GITHUB_REF##*/}" >> "${GITHUB_OUTPUT}" - name: Release artifacts - uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe with: tag_name: ${{ steps.tag.outputs.tag }} files: dist/*.tar.gz diff --git a/.github/workflows/java-github-release-template.yml b/.github/workflows/java-github-release-template.yml index ec803a9..caa6de4 100644 --- a/.github/workflows/java-github-release-template.yml +++ b/.github/workflows/java-github-release-template.yml @@ -112,7 +112,7 @@ jobs: git commit -am "Release ${{ github.ref_name }}" ${mvn} deploy -Pgithub-packages --errors --batch-mode - name: Publish to GitHub Releases - uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/latex-release-template.yml b/.github/workflows/latex-release-template.yml index b3b9348..9bc57c6 100644 --- a/.github/workflows/latex-release-template.yml +++ b/.github/workflows/latex-release-template.yml @@ -38,7 +38,7 @@ jobs: # Detects which tag triggered the build echo "tag=${GITHUB_REF##*/}" >> "${GITHUB_OUTPUT}" - name: Release document - uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe with: tag_name: ${{ steps.tag.outputs.tag }} files: ./artifacts/*.pdf