From d542987f6b0f57538a3248b88c989e547a54d176 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:47:13 +0000 Subject: [PATCH] build(deps): update softprops/action-gh-release digest to a06a81a --- .github/workflows/release.yaml | 2 +- .../workflows/main.yaml.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 82295ee..7e30de7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,6 +28,6 @@ jobs: run: uvx --from commitizen --with cz-conventional-gitmoji cz changelog ${{ github.ref_name }} --file-name release-notes.md - name: Create release - uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2 with: body_path: release-notes.md diff --git a/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja b/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja index 18fd344..b952325 100644 --- a/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja +++ b/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja @@ -90,7 +90,7 @@ jobs: run: {% raw %}uvx --from commitizen --with cz-conventional-gitmoji cz changelog ${{ github.ref_name }} --file-name release-notes.md && echo ${{ github.ref }}{% endraw %} - name: Create release - uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2 with: body_path: release-notes.md prerelease: {% raw %}${{ contains(github.ref_name, 'rc') || contains(github.ref_name, 'b') || contains(github.ref_name, 'a') }}{% endraw %}