Release extension version 0.3.52

This commit is contained in:
GitHub Actions
2026-04-14 14:27:30 +00:00
parent 0446b065b0
commit 840d04cea8
6 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/languageservice",
"version": "0.3.51",
"version": "0.3.52",
"description": "Language service for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -47,8 +47,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.51",
"@actions/workflow-parser": "^0.3.51",
"@actions/expressions": "^0.3.52",
"@actions/workflow-parser": "^0.3.52",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2",
"vscode-uri": "^3.0.8",