fix(deps): update dependency @actions/core to v1.11.0

| datasource | package       | from   | to     |
| ---------- | ------------- | ------ | ------ |
| npm        | @actions/core | 1.10.1 | 1.11.0 |
This commit is contained in:
renovate[bot] 2024-10-09 19:18:57 +00:00 committed by GitHub
parent 73c1f192f0
commit 6b22ac7b23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 13 deletions

View file

@ -32,7 +32,7 @@
"start": "run-s build && node dist"
},
"dependencies": {
"@actions/core": "1.10.1",
"@actions/core": "1.11.0",
"@actions/exec": "1.1.1"
},
"devDependencies": {