From 11cb14a03c6c152b6fcd3c22ef3ea4ee41f44991 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 17:07:59 +0000 Subject: [PATCH] Update cezarypiatek/VsixPublisherAction action to 1.2 --- .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..c8652a41 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -159,7 +159,7 @@ jobs: - name: Publish to Visual Studio Marketplace if: ${{ github.event.inputs.publish == 'Release' }} - uses: cezarypiatek/VsixPublisherAction@1.1 + uses: cezarypiatek/VsixPublisherAction@1.2 with: extension-file: src/Cody.VisualStudio/bin/${{ env.Configuration }}/Cody.VisualStudio.vsix publish-manifest-file: src\Cody.VisualStudio\publishManifest.json