Bump @actions/io from 1.0.2 to 1.1.0

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>
This commit is contained in:
dependabot[bot] 2021-04-20 18:50:46 +00:00 committed by GitHub
parent 9771d0c9cd
commit 6053612787
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -37,9 +37,9 @@
} }
}, },
"@actions/io": { "@actions/io": {
"version": "1.0.2", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz", "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.0.tgz",
"integrity": "sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg==" "integrity": "sha512-PspSX7Z9zh2Fyyuf3F6BsYeXcYHfc/VJ1vwy2vouas95efHVd42M6UfBFRs+jY0uiMDXhAoUtATn9g2r1MaWBQ=="
}, },
"@actions/tool-cache": { "@actions/tool-cache": {
"version": "1.6.1", "version": "1.6.1",

View file

@ -16,7 +16,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"@actions/io": "^1.0.2", "@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.6.1", "@actions/tool-cache": "^1.6.1",
"@hashicorp/js-releases": "^1.2.1" "@hashicorp/js-releases": "^1.2.1"
}, },