mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
fix(deps): update dependency @actions/exec to v2
| datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | npm | @actions/exec | 1.1.1 | 2.0.0 |
This commit is contained in:
parent
19b5bd8e8d
commit
1eddf9c682
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "1.11.1",
|
"@actions/core": "1.11.1",
|
||||||
"@actions/exec": "1.1.1"
|
"@actions/exec": "2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "20.3.1",
|
"@commitlint/cli": "20.3.1",
|
||||||
|
|
|
||||||
4
pnpm-lock.yaml
generated
4
pnpm-lock.yaml
generated
|
|
@ -12,8 +12,8 @@ importers:
|
||||||
specifier: 1.11.1
|
specifier: 1.11.1
|
||||||
version: 1.11.1
|
version: 1.11.1
|
||||||
'@actions/exec':
|
'@actions/exec':
|
||||||
specifier: 1.1.1
|
specifier: 2.0.0
|
||||||
version: 1.1.1
|
version: 2.0.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@commitlint/cli':
|
'@commitlint/cli':
|
||||||
specifier: 20.3.1
|
specifier: 20.3.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue