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/')