From 254dfdaa7dddf5a0d66903001de7a73d588594a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 02:01:32 +0000 Subject: [PATCH] deps: 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] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23e08b6..b319955 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "requires": true, "packages": { "": { - "version": "2.4.13", + "version": "2.5.0", "hasInstallScript": true, "license": "MIT", "dependencies": { "@actions/core": "^1.2.7", "@actions/exec": "^1.0.4", - "@actions/io": "^1.1.0", + "@actions/io": "^1.1.1", "@actions/tool-cache": "^1.6.1", "node-fetch": "^2.6.1" }, @@ -61,9 +61,9 @@ } }, "node_modules/@actions/io": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.0.tgz", - "integrity": "sha512-PspSX7Z9zh2Fyyuf3F6BsYeXcYHfc/VJ1vwy2vouas95efHVd42M6UfBFRs+jY0uiMDXhAoUtATn9g2r1MaWBQ==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.1.tgz", + "integrity": "sha512-Qi4JoKXjmE0O67wAOH6y0n26QXhMKMFo7GD/4IXNVcrtLjUlGjGuVys6pQgwF3ArfGTQu0XpqaNr0YhED2RaRA==" }, "node_modules/@actions/tool-cache": { "version": "1.6.1", @@ -12652,9 +12652,9 @@ } }, "@actions/io": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.0.tgz", - "integrity": "sha512-PspSX7Z9zh2Fyyuf3F6BsYeXcYHfc/VJ1vwy2vouas95efHVd42M6UfBFRs+jY0uiMDXhAoUtATn9g2r1MaWBQ==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.1.tgz", + "integrity": "sha512-Qi4JoKXjmE0O67wAOH6y0n26QXhMKMFo7GD/4IXNVcrtLjUlGjGuVys6pQgwF3ArfGTQu0XpqaNr0YhED2RaRA==" }, "@actions/tool-cache": { "version": "1.6.1", diff --git a/package.json b/package.json index c5c7eeb..028686d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dependencies": { "@actions/core": "^1.2.7", "@actions/exec": "^1.0.4", - "@actions/io": "^1.1.0", + "@actions/io": "^1.1.1", "@actions/tool-cache": "^1.6.1", "node-fetch": "^2.6.1" },