From 5f732ba4bb30b77794bc6a62ee1b3bf71f454c0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 17:33:20 +0000 Subject: [PATCH] Update ffurrer2/extract-release-notes action to v3 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6c94846b..cef3b590 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,7 +39,7 @@ jobs: - name: Extract release notes id: release_notes if: startsWith(github.ref, 'refs/tags/') - uses: ffurrer2/extract-release-notes@v2 + uses: ffurrer2/extract-release-notes@v3 - name: Create Release if: startsWith(github.ref, 'refs/tags/')