mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-26 13:03:37 +00:00
deps: Add @actions/exec@1.1.1 as direct dependency
This commit is contained in:
parent
9e68df0b87
commit
71550d18ba
2 changed files with 2 additions and 1 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -7,10 +7,10 @@
|
||||||
"": {
|
"": {
|
||||||
"name": "setup-terraform",
|
"name": "setup-terraform",
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
"hasInstallScript": true,
|
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
|
"@actions/exec": "^1.1.1",
|
||||||
"@actions/github": "^5.1.1",
|
"@actions/github": "^5.1.1",
|
||||||
"@actions/io": "^1.1.2",
|
"@actions/io": "^1.1.2",
|
||||||
"@actions/tool-cache": "^2.0.1",
|
"@actions/tool-cache": "^2.0.1",
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
|
"@actions/exec": "^1.1.1",
|
||||||
"@actions/github": "^5.1.1",
|
"@actions/github": "^5.1.1",
|
||||||
"@actions/io": "^1.1.2",
|
"@actions/io": "^1.1.2",
|
||||||
"@actions/tool-cache": "^2.0.1",
|
"@actions/tool-cache": "^2.0.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue