From 2459df884ec0e5aec8eca9e6f805e0e2b5417f6d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 11 Jun 2026 15:47:38 +0000 Subject: [PATCH] Release extension version 0.32.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea3dced2..3c783658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/vscode-github-actions", - "version": "0.31.5", + "version": "0.32.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/vscode-github-actions", - "version": "0.31.5", + "version": "0.32.0", "license": "MIT", "dependencies": { "@actions/languageserver": "^0.3.46", diff --git a/package.json b/package.json index 7233600a..4f619499 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/github/vscode-github-actions" }, "description": "GitHub Actions workflows and runs for github.com hosted repositories in VS Code", - "version": "0.31.5", + "version": "0.32.0", "engines": { "vscode": "^1.72.0", "node": ">= 16"