Release extension version 0.3.15

This commit is contained in:
GitHub Actions
2025-03-05 18:02:03 +00:00
parent 48247b8730
commit 977d0ea9cd
6 changed files with 22 additions and 20 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/workflow-parser",
"version": "0.3.14",
"version": "0.3.15",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -43,7 +43,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.14",
"@actions/expressions": "^0.3.15",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},