deps: bump @actions/io from 1.0.2 to 1.1.0 (#505)

Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/core@1.1.0/packages/io)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-04-05 17:30:19 +09:00
committed by GitHub
parent 5d548aa7b6
commit d2d1138306
2 changed files with 9 additions and 8 deletions

View File

@@ -49,7 +49,7 @@
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.2",
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.6.1",
"node-fetch": "^2.6.1"
},