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

| datasource | package       | from   | to     |
| ---------- | ------------- | ------ | ------ |
| npm        | @actions/core | 1.10.0 | 1.10.1 |
This commit is contained in:
renovate[bot] 2023-09-18 19:28:31 +00:00 committed by GitHub
parent 7003592983
commit b2039f95ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

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