This commit is contained in:
github-actions
2023-01-26 15:27:07 +00:00
parent 2b41e429fc
commit 91478bb5b6
7 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-workflow-parser",
"version": "0.1.101",
"version": "0.1.102",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -40,7 +40,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-expressions": "^0.1.101",
"@github/actions-expressions": "^0.1.102",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},