From e751044b66e0d9c3dba6dc11a5570116f612e775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:28:52 +0200 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.6 to 2.0.8 in the actions group (#220) --- .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 e12b3c6..a1fe6c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: TAG_NAME: v${{ steps.version-metadata.outputs.newVersion }} - name: Create release if: steps.version-metadata.outputs.changed == 'true' - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 + uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 with: generate_release_notes: true tag_name: v${{ steps.version-metadata.outputs.newVersion }}