1
0
Fork 0

Downgrading io package

pull/1477/head
Vallie Joseph 2023-07-31 14:47:54 +00:00
parent 15d972f4bb
commit 0087b40c03
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"version": "1.1.1",
"license": "MIT",
"dependencies": {
"@actions/io": "^1.1.3"
"@actions/io": "^1.0.1"
}
},
"node_modules/@actions/io": {

View File

@ -36,6 +36,6 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/io": "^1.1.3"
"@actions/io": "^1.0.1"
}
}
}