Bump @actions/io from 1.1.0 to 1.1.1 (#156)

* Bump @actions/io from 1.1.0 to 1.1.1

Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) from 1.1.0 to 1.1.1.
- [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/tool-cache@1.1.1/packages/io)

---
updated-dependencies:
- dependency-name: "@actions/io"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Pogran <jpogran@outlook.com>
This commit is contained in:
dependabot[bot] 2022-03-07 13:13:06 -05:00 committed by GitHub
parent 4908ad92bb
commit 7e9b27c81d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 73 additions and 69 deletions

View file

@ -21,7 +21,7 @@
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/github": "^5.0.0",
"@actions/io": "^1.1.0",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.6.1",
"@hashicorp/js-releases": "^1.5.0"
},