From 82e0aa79243a524123e8042bf9ab9bd6c063de34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 03:02:48 +0000 Subject: [PATCH] chore(deps): bump ncipollo/release-action from 1.16.0 to 1.20.0 (#11851) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Graham Neubig --- .github/workflows/vscode-extension-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vscode-extension-build.yml b/.github/workflows/vscode-extension-build.yml index 5642b82f7a..16f0902fcc 100644 --- a/.github/workflows/vscode-extension-build.yml +++ b/.github/workflows/vscode-extension-build.yml @@ -148,7 +148,7 @@ jobs: path: ./ - name: Create Release - uses: ncipollo/release-action@v1.16.0 + uses: ncipollo/release-action@v1.20.0 with: artifacts: "*.vsix" token: ${{ secrets.GITHUB_TOKEN }}