From 06f698f1e1f851c45275bf98dc2dcf8b83ffa19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:29:32 +0000 Subject: [PATCH] chore(deps): bump @actions/core Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. - [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 ... Signed-off-by: dependabot[bot] --- .github/workflows/scripts/deployer-platform/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/deployer-platform/package.json b/.github/workflows/scripts/deployer-platform/package.json index 68b19825d..e1fa1f906 100644 --- a/.github/workflows/scripts/deployer-platform/package.json +++ b/.github/workflows/scripts/deployer-platform/package.json @@ -7,7 +7,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@actions/core": "1.2.6", + "@actions/core": "1.9.1", "@aws-sdk/client-sqs": "3.27.0", "@aws-sdk/client-dynamodb": "3.27.0", "@aws-sdk/util-dynamodb": "3.27.0",