From f619930da92f50769c59368a7cf235f0b976bcae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:26:37 -0500 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.14.0 (#41) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 3e28190..1c5417e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -201,7 +201,7 @@ jobs: # https://github.com/marketplace/actions/create-release - name: Create Release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: name: ${{ steps.release-name.outputs.RELEASE_NAME }} tag: ${{ steps.semver.outputs.next }}