Release extension version 0.3.18

This commit is contained in:
GitHub Actions
2025-09-10 13:58:01 +00:00
parent 629c9e23da
commit 7504f49ab6
6 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
},
"exports": {
".": {
"import": "./dist/index.js",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./*": {
@@ -45,7 +45,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.17",
"@actions/expressions": "^0.3.18",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},