From 724b748814f010264c7cf06c6e51489b1b2f9f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 07:05:45 -0400 Subject: [PATCH] Bump @actions/io from 1.1.1 to 1.1.2 (#1058) Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) from 1.1.1 to 1.1.2. - [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/HEAD/packages/io) --- updated-dependencies: - dependency-name: "@actions/io" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5c288236..4b4b1765 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@actions/core": "1.6.0", "@actions/exec": "1.1.0", "@actions/github": "5.0.0", - "@actions/io": "1.1.1" + "@actions/io": "1.1.2" }, "devDependencies": { "@types/jest": "27.4.1", diff --git a/yarn.lock b/yarn.lock index 288508ef..4a127532 100644 --- a/yarn.lock +++ b/yarn.lock @@ -33,10 +33,10 @@ dependencies: tunnel "0.0.6" -"@actions/io@1.1.1", "@actions/io@^1.0.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.1.tgz#4a157406309e212ab27ed3ae30e8c1d641686a66" - integrity sha512-Qi4JoKXjmE0O67wAOH6y0n26QXhMKMFo7GD/4IXNVcrtLjUlGjGuVys6pQgwF3ArfGTQu0XpqaNr0YhED2RaRA== +"@actions/io@1.1.2", "@actions/io@^1.0.1": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.2.tgz#766ac09674a289ce0f1550ffe0a6eac9261a8ea9" + integrity sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw== "@babel/code-frame@7.12.11": version "7.12.11"