Release extension version 0.3.22 (#228)

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