Release extension version 0.3.24 (#247)

Co-authored-by: GitHub Actions <github-actions@github.com>
This commit is contained in:
github-actions[bot]
2025-12-08 10:06:11 -06:00
committed by GitHub
co-authored by GitHub Actions
parent 2934e36944
commit 952dc89b78
6 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/workflow-parser",
"version": "0.3.23",
"version": "0.3.24",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -48,7 +48,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.23",
"@actions/expressions": "^0.3.24",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},