From 7c1e44b6fafc638eaa5c3c2815c2de99067dec1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 03:02:18 +0000 Subject: [PATCH] chore(deps): bump @actions/core from 1.10.1 to 1.11.0 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.0. - [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-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66cd79c..cf46493 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/bcomnes/deploy-to-neocities/issues" }, "dependencies": { - "@actions/core": "1.10.1", + "@actions/core": "1.11.0", "async-neocities": "2.1.6", "minimatch": "10.0.1", "ms": "2.1.3",