From 289f9c782a9c8c998e1706608898496fd491b8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 06:15:06 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 1 to 2 Dependabot couldn't find the original pull request head commit, c432ecd7319532fc87a3a49daa16b00f6a5e6f2f. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 823569d..b049322 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -189,7 +189,7 @@ jobs: echo "$NOTES" > /tmp/release-notes.md - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ needs.resolve.outputs.tag }} body_path: /tmp/release-notes.md