mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2026-04-14 10:32:59 -06:00
Merge pull request #280 from crazy-max/dependabot/npm_and_yarn/actions/exec-3.0.0
chore(deps): bump @actions/exec from 1.1.1 to 3.0.0
This commit is contained in:
6
dist/index.js
generated
vendored
6
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@@ -23,7 +23,7 @@
|
|||||||
"packageManager": "yarn@4.12.0",
|
"packageManager": "yarn@4.12.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.11.1",
|
"@actions/core": "^1.11.1",
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^3.0.0",
|
||||||
"@actions/http-client": "^4.0.0",
|
"@actions/http-client": "^4.0.0",
|
||||||
"@actions/tool-cache": "^2.0.2",
|
"@actions/tool-cache": "^2.0.2",
|
||||||
"glob": "^11.1.0"
|
"glob": "^11.1.0"
|
||||||
|
|||||||
18
yarn.lock
18
yarn.lock
@@ -31,6 +31,15 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@actions/exec@npm:^3.0.0":
|
||||||
|
version: 3.0.0
|
||||||
|
resolution: "@actions/exec@npm:3.0.0"
|
||||||
|
dependencies:
|
||||||
|
"@actions/io": "npm:^3.0.2"
|
||||||
|
checksum: 10/c1904163e326cbe27f887514b4837e357d46e7a6c5eeda66c0e2efffd2772cb34d8ef0a2a48c65eb0e3b6ec72beb9b049eaba343c9f55978d3f45b09d09d2c54
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@actions/http-client@npm:^2.0.1":
|
"@actions/http-client@npm:^2.0.1":
|
||||||
version: 2.1.1
|
version: 2.1.1
|
||||||
resolution: "@actions/http-client@npm:2.1.1"
|
resolution: "@actions/http-client@npm:2.1.1"
|
||||||
@@ -57,6 +66,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@actions/io@npm:^3.0.2":
|
||||||
|
version: 3.0.2
|
||||||
|
resolution: "@actions/io@npm:3.0.2"
|
||||||
|
checksum: 10/ef17cb4ec0a2b640d5f4851446ad1c12bf4b2b1cf83741c5eecee4e8f50b3ca3ac9ae4084027dcaa1bf0c016d653dbc0e5fe20daedd39ee5fb6edb671f6e45b5
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@actions/tool-cache@npm:^2.0.2":
|
"@actions/tool-cache@npm:^2.0.2":
|
||||||
version: 2.0.2
|
version: 2.0.2
|
||||||
resolution: "@actions/tool-cache@npm:2.0.2"
|
resolution: "@actions/tool-cache@npm:2.0.2"
|
||||||
@@ -3173,7 +3189,7 @@ __metadata:
|
|||||||
resolution: "upx-github-action@workspace:."
|
resolution: "upx-github-action@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^1.11.1"
|
"@actions/core": "npm:^1.11.1"
|
||||||
"@actions/exec": "npm:^1.1.1"
|
"@actions/exec": "npm:^3.0.0"
|
||||||
"@actions/http-client": "npm:^4.0.0"
|
"@actions/http-client": "npm:^4.0.0"
|
||||||
"@actions/tool-cache": "npm:^2.0.2"
|
"@actions/tool-cache": "npm:^2.0.2"
|
||||||
"@eslint/js": "npm:^9.39.3"
|
"@eslint/js": "npm:^9.39.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user