From b507e3b3918bda53b4e66e22ceb9e2b0370e3b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 03:04:55 +0000 Subject: [PATCH] chore(deps): bump @actions/core from 1.8.1 to 1.8.2 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a91bd7..41fc923 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/bcomnes/deploy-to-neocities/issues" }, "dependencies": { - "@actions/core": "1.8.1", + "@actions/core": "1.8.2", "async-neocities": "2.1.1", "minimatch": "^5.0.0", "ms": "2.1.3",