From 26340eecf68f51b8895eadc87c7a2f1d80508a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:18:47 +0000 Subject: [PATCH] build(deps): bump @actions/core from 1.10.0 to 1.10.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c8b932..b813084 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "Apache-2.0", "packageManager": "yarn@3.6.3", "dependencies": { - "@actions/core": "^1.10.0", + "@actions/core": "^1.10.1", "@docker/actions-toolkit": "^0.12.0", "uuid": "^9.0.0" }, diff --git a/yarn.lock b/yarn.lock index 8472092..e4a0ead 100644 --- a/yarn.lock +++ b/yarn.lock @@ -40,6 +40,16 @@ __metadata: languageName: node linkType: hard +"@actions/core@npm:^1.10.1": + version: 1.10.1 + resolution: "@actions/core@npm:1.10.1" + dependencies: + "@actions/http-client": ^2.0.1 + uuid: ^8.3.2 + checksum: 96524c2725e70e3c3176b4e4d93a1358a86f3c5ca777db9a2f65eadfa672f00877db359bf60fffc416c33838ffb4743db93bcc5bf53e76199dd28bf7f7ff8e80 + languageName: node + linkType: hard + "@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.0.1, @actions/exec@npm:^1.1.1": version: 1.1.1 resolution: "@actions/exec@npm:1.1.1" @@ -2722,7 +2732,7 @@ __metadata: version: 0.0.0-use.local resolution: "docker-setup-docker@workspace:." dependencies: - "@actions/core": ^1.10.0 + "@actions/core": ^1.10.1 "@docker/actions-toolkit": ^0.12.0 "@types/node": ^20.6.0 "@typescript-eslint/eslint-plugin": ^6.6.0