Release extension version 0.3.10

This commit is contained in:
GitHub Actions
2024-05-29 16:45:29 +00:00
parent 657b14fd19
commit 7c18d8fae8
6 changed files with 23 additions and 21 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/workflow-parser",
"version": "0.3.9",
"version": "0.3.10",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -43,7 +43,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.9",
"@actions/expressions": "^0.3.10",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},