Merge branch 'main' into joshmgross/lint-ci

This commit is contained in:
Josh Gross
2023-03-20 18:38:07 -04:00
committed by GitHub
7 changed files with 29 additions and 29 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageserver",
"version": "0.1.178",
"version": "0.1.179",
"description": "Language server for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -40,8 +40,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-languageservice": "^0.1.178",
"@github/actions-workflow-parser": "^0.1.178",
"@github/actions-languageservice": "^0.1.179",
"@github/actions-workflow-parser": "^0.1.179",
"@octokit/rest": "^19.0.7",
"@octokit/types": "^9.0.0",
"vscode-languageserver": "^8.0.2",