Skip to content

Commit 2290072

Browse files
chore(deps): update dependency @actions/core {1.11.1 => 2.0.0}
1 parent 5bc10cd commit 2290072

File tree

6 files changed

+33
-14
lines changed

6 files changed

+33
-14
lines changed

.pnp.cjs

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-32.7 KB
Binary file not shown.
34.7 KB
Binary file not shown.
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "TheMrMilchmann",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@actions/core": "^1.10.1",
23+
"@actions/core": "^2.0.0",
2424
"@actions/github": "^6.0.0"
2525
},
2626
"devDependencies": {

yarn.lock

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ __metadata:
55
version: 8
66
cacheKey: 10
77

8-
"@actions/core@npm:^1.10.1":
9-
version: 1.11.1
10-
resolution: "@actions/core@npm:1.11.1"
8+
"@actions/core@npm:^2.0.0":
9+
version: 2.0.0
10+
resolution: "@actions/core@npm:2.0.0"
1111
dependencies:
1212
"@actions/exec": "npm:^1.1.1"
13-
"@actions/http-client": "npm:^2.0.1"
14-
checksum: 10/94f260e33607cc16567ce4c88014f069cd7da92baaa443b72cff80fdf4f1dcd18192e135df0d51ec29e8b82cfe214218715d482f2a7804efa5095737d1245f38
13+
"@actions/http-client": "npm:^3.0.0"
14+
checksum: 10/051190c962d4abee7bc1878c1d94aa6660bf04f41ec99913f2f16b6e3c02b25fffb62451a8ce0742d8a594d3aff316f17f6539ab27dadcf772f1c4c562aab4dd
1515
languageName: node
1616
linkType: hard
1717

@@ -39,7 +39,7 @@ __metadata:
3939
languageName: node
4040
linkType: hard
4141

42-
"@actions/http-client@npm:^2.0.1, @actions/http-client@npm:^2.2.0":
42+
"@actions/http-client@npm:^2.2.0":
4343
version: 2.2.3
4444
resolution: "@actions/http-client@npm:2.2.3"
4545
dependencies:
@@ -49,6 +49,16 @@ __metadata:
4949
languageName: node
5050
linkType: hard
5151

52+
"@actions/http-client@npm:^3.0.0":
53+
version: 3.0.0
54+
resolution: "@actions/http-client@npm:3.0.0"
55+
dependencies:
56+
tunnel: "npm:^0.0.6"
57+
undici: "npm:^5.28.5"
58+
checksum: 10/7ed597cf91953cb56f74ece13187914fee629cb81cd11357676425388dd239508be63d0eff7930e2b066034f2a86dd24b313c09717f878aaf8ed3f5a6853b816
59+
languageName: node
60+
linkType: hard
61+
5262
"@actions/io@npm:^1.0.1":
5363
version: 1.1.3
5464
resolution: "@actions/io@npm:1.1.3"
@@ -675,7 +685,7 @@ __metadata:
675685
version: 0.0.0-use.local
676686
resolution: "setup-msvc-dev@workspace:."
677687
dependencies:
678-
"@actions/core": "npm:^1.10.1"
688+
"@actions/core": "npm:^2.0.0"
679689
"@actions/github": "npm:^6.0.0"
680690
"@types/node": "npm:^24.3.0"
681691
"@vercel/ncc": "npm:^0.38.1"

0 commit comments

Comments
 (0)