Release extension version 0.3.29 (#272)

Co-authored-by: GitHub Actions <[email protected]>
This commit is contained in:
github-actions[bot]
2025-12-29 22:27:06 -06:00
committed by GitHub
co-authored by GitHub Actions
parent 08c78d2a73
commit f84e42c1f1
6 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/workflow-parser",
"version": "0.3.28",
"version": "0.3.29",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -48,7 +48,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.28",
"@actions/expressions": "^0.3.29",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},