Revert "Io util package usage update"

This reverts commit 783332a4b57e9455ec3a361c4e16f659a35f3a97.
This commit is contained in:
Salman Muin Kayser Chishti
2025-10-15 14:55:23 +01:00
parent 9c7501a5f3
commit 66e8437b3e
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": "^2.0.0",
"@actions/io": "^1.0.1",
"@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": "^2.0.0"
"@actions/io": "^1.0.1"
}
}
+3 -3
View File
@@ -36,11 +36,11 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.0.0",
"@actions/glob": "^0.1.0",
"@actions/http-client": "^2.0.1",
"@actions/io": "^2.0.0"
"@actions/io": "^1.1.1",
"semver": "^6.1.0"
},
"devDependencies": {
"@types/nock": "^11.1.0",