Release extension version 0.3.25 (#248)

Co-authored-by: GitHub Actions <github-actions@github.com>
This commit is contained in:
github-actions[bot]
2025-12-08 13:51:17 -06:00
committed by GitHub
co-authored by GitHub Actions
parent 8507419ebf
commit 742b36d6b7
6 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/languageserver",
"version": "0.3.24",
"version": "0.3.25",
"description": "Language server for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -43,8 +43,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/languageservice": "^0.3.24",
"@actions/workflow-parser": "^0.3.24",
"@actions/languageservice": "^0.3.25",
"@actions/workflow-parser": "^0.3.25",
"@octokit/rest": "^21.1.1",
"@octokit/types": "^9.0.0",
"vscode-languageserver": "^8.0.2",