From f83d7ce016f0a2f333a1b909d3b273c476d10401 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:49:16 +0200 Subject: [PATCH] chore(deps): pin softprops/action-gh-release action to 72f2c25 (#1274) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90783fd3a..c3f6ac72b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -370,7 +370,7 @@ jobs: name: vikunja_desktop_packages_windows-latest - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2 if: github.ref_type == 'tag' with: draft: true