Release extension version 0.3.50 (#344)

Co-authored-by: GitHub Actions <[email protected]>
This commit is contained in:
github-actions[bot]
2026-03-31 20:46:47 -05:00
committed by GitHub
co-authored by GitHub Actions
parent 5db2e80f32
commit 9e1662f1d4
6 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/workflow-parser",
"version": "0.3.49",
"version": "0.3.50",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -48,7 +48,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.49",
"@actions/expressions": "^0.3.50",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},