From 5de1648fcc8b261e832c91765be6e8c9f8ebcca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:34:10 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.3 to 2.0.4 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/3198ee18f814cdf787321b4a32a26ddbf37acc52...9d7c94cfd0a1f3ed45544c887983e9fa900f0564) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 7b265a1..94c3fe1 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -299,7 +299,7 @@ jobs: sha512sum $file | cut -d ' ' -f1 > "$file.sha512" done - - uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 + - uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 with: tag_name: v${{ needs.info.outputs.cli_version }} name: CLI v${{ needs.info.outputs.cli_version }}