Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "TheMrMilchmann",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^2.0.0",
"@actions/github": "^6.0.0"
},
"devDependencies": {
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ __metadata:
version: 8
cacheKey: 10

"@actions/core@npm:^1.10.1":
version: 1.11.1
resolution: "@actions/core@npm:1.11.1"
"@actions/core@npm:^2.0.0":
version: 2.0.0
resolution: "@actions/core@npm:2.0.0"
dependencies:
"@actions/exec": "npm:^1.1.1"
"@actions/http-client": "npm:^2.0.1"
checksum: 10/94f260e33607cc16567ce4c88014f069cd7da92baaa443b72cff80fdf4f1dcd18192e135df0d51ec29e8b82cfe214218715d482f2a7804efa5095737d1245f38
"@actions/http-client": "npm:^3.0.0"
checksum: 10/051190c962d4abee7bc1878c1d94aa6660bf04f41ec99913f2f16b6e3c02b25fffb62451a8ce0742d8a594d3aff316f17f6539ab27dadcf772f1c4c562aab4dd
languageName: node
linkType: hard

Expand Down Expand Up @@ -39,7 +39,7 @@ __metadata:
languageName: node
linkType: hard

"@actions/http-client@npm:^2.0.1, @actions/http-client@npm:^2.2.0":
"@actions/http-client@npm:^2.2.0":
version: 2.2.3
resolution: "@actions/http-client@npm:2.2.3"
dependencies:
Expand All @@ -49,6 +49,16 @@ __metadata:
languageName: node
linkType: hard

"@actions/http-client@npm:^3.0.0":
version: 3.0.0
resolution: "@actions/http-client@npm:3.0.0"
dependencies:
tunnel: "npm:^0.0.6"
undici: "npm:^5.28.5"
checksum: 10/7ed597cf91953cb56f74ece13187914fee629cb81cd11357676425388dd239508be63d0eff7930e2b066034f2a86dd24b313c09717f878aaf8ed3f5a6853b816
languageName: node
linkType: hard

"@actions/io@npm:^1.0.1":
version: 1.1.3
resolution: "@actions/io@npm:1.1.3"
Expand Down Expand Up @@ -675,7 +685,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "setup-msvc-dev@workspace:."
dependencies:
"@actions/core": "npm:^1.10.1"
"@actions/core": "npm:^2.0.0"
"@actions/github": "npm:^6.0.0"
"@types/node": "npm:^24.3.0"
"@vercel/ncc": "npm:^0.38.1"
Expand Down