This commit is contained in:
github-actions
2023-03-16 15:03:02 +00:00
parent a50a77fa36
commit e4f0015197
7 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-workflow-parser",
"version": "0.1.167",
"version": "0.1.168",
"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.167",
"@github/actions-expressions": "^0.1.168",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},
@@ -61,4 +61,4 @@
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}
}