From 654600d0e60b7315d53bfe17e090aeef9a6b1a41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:12:53 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.5.0 --- .github/workflows/reset_commits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reset_commits.yaml b/.github/workflows/reset_commits.yaml index c946c4972..caa3bf3c0 100644 --- a/.github/workflows/reset_commits.yaml +++ b/.github/workflows/reset_commits.yaml @@ -94,7 +94,7 @@ jobs: - name: Releaser (Resetter) if: env.RESET_HISTORY == 'YES' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "reset-${{ env.UTC_TIME }}" tag_name: "reset-${{ env.UTC_TIME }}"