From 2f6211581f504eb7814195121bca7dd6433f5ee8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:48:29 +0000 Subject: [PATCH] Update softprops/action-gh-release digest to 26e8ad2 --- .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 9779dcd..1f8935f 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@11f917660b31d6d56980ea3261f210556a812bd0 + uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 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 3c3545f..ec803a9 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@11f917660b31d6d56980ea3261f210556a812bd0 + uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/latex-release-template.yml b/.github/workflows/latex-release-template.yml index 545a317..b3b9348 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@11f917660b31d6d56980ea3261f210556a812bd0 + uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 with: tag_name: ${{ steps.tag.outputs.tag }} files: ./artifacts/*.pdf