mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-01-14 19:10:56 +08:00
Upgrade to latest actions packages (#687)
* Add license metadata for various npm dependencies * fix: correct license type for @actions/http-client to mit * chore: update dependencies and version in package.json - Bump version from 5.0.0 to 5.0.1 - Upgrade @actions/cache from ^4.0.3 to ^5.0.0 - Upgrade @actions/core from ^1.10.0 to ^2.0.0 - Upgrade @actions/exec from ^1.1.1 to ^2.0.0 - Upgrade @actions/http-client from ^2.2.3 to ^3.0.0 Add license files for @actions/http-client versions 2.2.3 and 3.0.0 * dist updates * upgrade cache to 5.0.1 * check failure fix --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
This commit is contained in:
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "setup-dotnet",
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"private": true,
|
||||
"description": "setup dotnet action",
|
||||
"main": "dist/setup/index.js",
|
||||
@@ -29,12 +29,12 @@
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^4.0.3",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/cache": "^5.0.1",
|
||||
"@actions/core": "^2.0.0",
|
||||
"@actions/exec": "^2.0.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@actions/glob": "^0.5.0",
|
||||
"@actions/http-client": "^2.2.3",
|
||||
"@actions/http-client": "^3.0.0",
|
||||
"@actions/io": "^1.0.2",
|
||||
"fast-xml-parser": "^4.4.1",
|
||||
"json5": "^2.2.3",
|
||||
|
||||
Reference in New Issue
Block a user