From 01b985191f521ef26ff604530be141f574a0a75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:02:06 +0000 Subject: [PATCH] Bump cezarypiatek/VsixPublisherAction from 1.0 to 1.1 Bumps [cezarypiatek/VsixPublisherAction](https://github.com/cezarypiatek/vsixpublisheraction) from 1.0 to 1.1. - [Release notes](https://github.com/cezarypiatek/vsixpublisheraction/releases) - [Commits](https://github.com/cezarypiatek/vsixpublisheraction/compare/1.0...1.1) --- updated-dependencies: - dependency-name: cezarypiatek/VsixPublisherAction dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58b6a996..9c369787 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: files: '**/Release/ast-visual-studio-extension.vsix' - name: Publish Release - uses: cezarypiatek/VsixPublisherAction@9c6b58b5955df9901a6e9834be1d0a94cd54aeba #1.0 + uses: cezarypiatek/VsixPublisherAction@d28bc8109d6eaa67fa28e611d5b4557e90683bdd #1.1 if: inputs.dev == false with: extension-file: '.\ast-visual-studio-extension\bin\Release\ast-visual-studio-extension.vsix'