From 3d090c9426aad08cae22a0db0c7f933fd8db017e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:49:34 +0000 Subject: [PATCH] Update cezarypiatek/VsixPublisherAction action to v1.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