Merge branch 'main' into elbrenn/secret-validation

This commit is contained in:
Beth Brennan
2023-02-15 15:35:12 -05:00
committed by GitHub
12 changed files with 192 additions and 131 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-workflow-parser",
"version": "0.1.137",
"version": "0.1.138",
"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.137",
"@github/actions-expressions": "^0.1.138",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},