Skip to content

Commit 2dc316d

Browse files
authored
Merge pull request #242 from crazy-max/dependabot/npm_and_yarn/actions/exec-3.0.0
build(deps): bump @actions/exec from 1.1.1 to 3.0.0
2 parents a9dffd9 + 5812792 commit 2dc316d

File tree

5 files changed

+30
-37
lines changed

5 files changed

+30
-37
lines changed

dist/index.js

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"packageManager": "yarn@4.12.0",
2626
"dependencies": {
2727
"@actions/core": "^3.0.0",
28-
"@actions/exec": "^1.1.1",
28+
"@actions/exec": "^3.0.0",
2929
"addressparser": "^1.0.1",
3030
"openpgp": "^6.3.0"
3131
},

yarn.lock

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ __metadata:
2222
languageName: node
2323
linkType: hard
2424

25-
"@actions/exec@npm:^1.1.1":
26-
version: 1.1.1
27-
resolution: "@actions/exec@npm:1.1.1"
28-
dependencies:
29-
"@actions/io": "npm:^1.0.1"
30-
checksum: 10/c04bd25191e522841c7e17862d70099de8db61278d2b4c744b69ac0197a48f85c75dba548e1c29c695c4cc5363d558846b4dcd3db9013463c18ba8cf36497c6d
31-
languageName: node
32-
linkType: hard
33-
3425
"@actions/exec@npm:^3.0.0":
3526
version: 3.0.0
3627
resolution: "@actions/exec@npm:3.0.0"
@@ -50,13 +41,6 @@ __metadata:
5041
languageName: node
5142
linkType: hard
5243

53-
"@actions/io@npm:^1.0.1":
54-
version: 1.0.2
55-
resolution: "@actions/io@npm:1.0.2"
56-
checksum: 10/37dc05e78d0eb16e9b63fc3223950713d637a0fb9b9098ccd5ab6dc1235ad81e2df2df13541d723c1f3199d72801ce3f291fd1456c553312e8d9e72e379922a0
57-
languageName: node
58-
linkType: hard
59-
6044
"@actions/io@npm:^3.0.2":
6145
version: 3.0.2
6246
resolution: "@actions/io@npm:3.0.2"
@@ -1915,7 +1899,7 @@ __metadata:
19151899
resolution: "import-gpg@workspace:."
19161900
dependencies:
19171901
"@actions/core": "npm:^3.0.0"
1918-
"@actions/exec": "npm:^1.1.1"
1902+
"@actions/exec": "npm:^3.0.0"
19191903
"@eslint/js": "npm:^9.39.3"
19201904
"@types/addressparser": "npm:^1.0.3"
19211905
"@types/node": "npm:^25.3.3"

0 commit comments

Comments
 (0)