From 5824db4bc57fb2219486f2bcb2529aef4b511a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:28:27 +0200 Subject: [PATCH] Bump the github-action-deps group with 1 update (#443) Bumps the github-action-deps group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gh-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-release.yaml b/.github/workflows/gh-release.yaml index 3f453928..5f99b30c 100644 --- a/.github/workflows/gh-release.yaml +++ b/.github/workflows/gh-release.yaml @@ -102,7 +102,7 @@ jobs: done - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: generate_release_notes: true draft: ${{ !startsWith(github.ref, 'refs/tags/') }}