From 62c1d934a2abd2fa0410abda0ec712150af8d338 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 13:32:20 -0500 Subject: [PATCH] Update ffurrer2/extract-release-notes action to v2 (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 75f3f26..09a6983 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,7 +25,7 @@ jobs: - name: Extract release notes id: release_notes if: startsWith(github.ref, 'refs/tags/') - uses: ffurrer2/extract-release-notes@v1 + uses: ffurrer2/extract-release-notes@v2 - name: Create Release if: startsWith(github.ref, 'refs/tags/')