From 10296d1abc0350cef37536858fc820d399ebbec8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Dec 2025 00:18:12 +0000 Subject: [PATCH] ci(dependencies): Update softprops/action-gh-release action to v2.5.0 --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index b615511..47eb213 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -228,7 +228,7 @@ jobs: env: OUTPUT: "release-notes.md" - name: "Create GitHub Release" - uses: "softprops/action-gh-release@v2.4.2" + uses: "softprops/action-gh-release@v2.5.0" with: tag_name: "${{ needs.determine-version-job.outputs.VERSION }}" body_path: "release-notes.md"