fix(deps): update dependency @actions/exec to v3 (#1009)

| datasource | package       | from  | to    |
| ---------- | ------------- | ----- | ----- |
| npm        | @actions/exec | 2.0.0 | 3.0.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-01-30 13:05:25 +01:00 committed by GitHub
parent df519dcd60
commit e098430c9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 3 deletions

View file

@ -34,7 +34,7 @@
},
"dependencies": {
"@actions/core": "2.0.2",
"@actions/exec": "2.0.0"
"@actions/exec": "3.0.0"
},
"devDependencies": {
"@commitlint/cli": "20.3.1",