Io util package usage update

This commit is contained in:
Salman Muin Kayser Chishti
2025-10-15 14:53:03 +01:00
parent 3b4b5725f0
commit 9c7501a5f3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
"@actions/glob": "^0.1.0",
"@protobuf-ts/runtime-rpc": "^2.11.1",
"@actions/http-client": "^2.1.1",
"@actions/io": "^1.0.1",
"@actions/io": "^2.0.0",
"@azure/abort-controller": "^1.1.0",
"@azure/ms-rest-js": "^2.6.0",
"@azure/storage-blob": "^12.13.0",
+1 -1
View File
@@ -36,6 +36,6 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/io": "^1.0.1"
"@actions/io": "^2.0.0"
}
}
+3 -3
View File
@@ -36,11 +36,11 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.0",
"@actions/glob": "^0.1.0",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.1.1",
"semver": "^6.1.0"
"@actions/io": "^2.0.0"
},
"devDependencies": {
"@types/nock": "^11.1.0",