From 28bb7f71a529fc17cd1e30f95b7f644eb575c60c Mon Sep 17 00:00:00 2001 From: null Date: Tue, 6 Feb 2024 01:19:13 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.14.0 --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 17a16f1f3..8f7bc3c58 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -89,7 +89,7 @@ jobs: - name: Create GitHub Release if: ${{ env.IS_DRY_MODE == 'false' }} - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: name: Release ${{ steps.generate_body.outputs.tag_name }} tag: ${{ steps.generate_body.outputs.tag_name }}