Release extension version 0.3.47 (#336)

Co-authored-by: GitHub Actions <github-actions@github.com>
This commit is contained in:
github-actions[bot]
2026-03-10 11:38:05 -05:00
committed by GitHub
parent 3de9820cd8
commit bd6ce5923b
6 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/workflow-parser",
"version": "0.3.46",
"version": "0.3.47",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -48,7 +48,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.46",
"@actions/expressions": "^0.3.47",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},