fix(deps): update dependency @actions/exec to v2 (#1007)

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

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

View file

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

4
pnpm-lock.yaml generated
View file

@ -12,8 +12,8 @@ importers:
specifier: 1.11.1
version: 1.11.1
'@actions/exec':
specifier: 1.1.1
version: 1.1.1
specifier: 2.0.0
version: 2.0.0
devDependencies:
'@commitlint/cli':
specifier: 20.3.1