fix(deps): update dependency @actions/core to v2 (#1005)

| datasource | package       | from   | to    |
| ---------- | ------------- | ------ | ----- |
| npm        | @actions/core | 1.11.1 | 2.0.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-01-30 11:07:39 +00:00 committed by GitHub
parent 86803785c4
commit ffd1bc72a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 31 deletions

View file

@ -33,7 +33,7 @@
"start": "run-s build && node dist"
},
"dependencies": {
"@actions/core": "1.11.1",
"@actions/core": "2.0.2",
"@actions/exec": "2.0.0"
},
"devDependencies": {