From 4fbed74cc493bb2770e1ae105e985192cbc457d4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 00:41:58 +0000 Subject: [PATCH] ci(dependencies): Update softprops/action-gh-release action to v2.6.1 --- .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 5dfe767..52c6a19 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.6.1" with: tag_name: "${{ needs.determine-version-job.outputs.VERSION }}" body_path: "release-notes.md"