From e9e00db0c4770eb988bf26dc829ffe4364b0ee9f Mon Sep 17 00:00:00 2001 From: James Tufarelli <8152401+Minituff@users.noreply.github.com> Date: Fri, 20 Oct 2023 17:54:28 -0700 Subject: [PATCH] Update bump-version.yml [ci skip] --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 1c199c02..3ba6a3a8 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -22,7 +22,7 @@ jobs: dry_run: true - name: Create a GitHub release - uses: ncipollo/release-action@v1.67.0 + uses: ncipollo/release-action@v1.13.0 with: tag: ${{ steps.tag_version.outputs.new_tag }} name: ${{ steps.tag_version.outputs.new_tag }} (auto)