From 7d0a45c55111e2349e1871c6d1300d8aa2114c64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:57:20 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.20.0 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0a7f936..e232a1dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -127,7 +127,7 @@ jobs: }) - name: Create GitHub release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.20.0 with: tag: ${{ steps.version.outputs.next-version-tag }} name: Cody for Visual Studio ${{ steps.version.outputs.next-version }}