fix(deps): update dependency @actions/core to v3

| datasource | package       | from  | to    |
| ---------- | ------------- | ----- | ----- |
| npm        | @actions/core | 2.0.2 | 3.0.0 |
This commit is contained in:
renovate[bot] 2026-01-30 12:44:15 +00:00 committed by GitHub
parent 29e7d615e0
commit 1535ce94e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 3 deletions

View file

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