Release extension version 0.3.54

This commit is contained in:
GitHub Actions
2026-04-21 19:11:32 +00:00
parent a06de82217
commit 1372d6dec7
6 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/workflow-parser",
"version": "0.3.53",
"version": "0.3.54",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -48,7 +48,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.53",
"@actions/expressions": "^0.3.54",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},