Release extension version 0.3.46 (#333)

Co-authored-by: GitHub Actions <[email protected]>
This commit is contained in:
github-actions[bot]
2026-02-26 09:57:24 -06:00
committed by GitHub
co-authored by GitHub Actions
parent eb71b18f2b
commit 8c0a3a947b
6 changed files with 26 additions and 21 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/workflow-parser",
"version": "0.3.45",
"version": "0.3.46",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -48,7 +48,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.45",
"@actions/expressions": "^0.3.46",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},