Release extension version 0.3.38 (#303)

Co-authored-by: GitHub Actions <[email protected]>
This commit is contained in:
github-actions[bot]
2026-01-19 14:00:31 -06:00
committed by GitHub
co-authored by GitHub Actions
parent e2c5f1f74a
commit a8bfe74256
6 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/languageservice",
"version": "0.3.37",
"version": "0.3.38",
"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.37",
"@actions/workflow-parser": "^0.3.37",
"@actions/expressions": "^0.3.38",
"@actions/workflow-parser": "^0.3.38",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2",
"vscode-uri": "^3.0.8",