From 53aedd95427bc8840f183e2affc0f1eb9e7af34e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 14:53:07 +0000 Subject: [PATCH] build(deps): bump @actions/core from 2.0.1 to 2.0.2 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 2.0.1 to 2.0.2. - [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-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7e90ca5..4f3b7fb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "dependencies": { "@actions/artifact": "^5.0.1", "@actions/cache": "^5.0.1", - "@actions/core": "^2.0.1", + "@actions/core": "^2.0.2", "@actions/exec": "^2.0.0", "@actions/github": "^6.0.1", "@actions/http-client": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index c7b28e2..2f4a39d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -61,7 +61,7 @@ __metadata: languageName: node linkType: hard -"@actions/core@npm:^2.0.0, @actions/core@npm:^2.0.1": +"@actions/core@npm:^2.0.0": version: 2.0.1 resolution: "@actions/core@npm:2.0.1" dependencies: @@ -71,6 +71,16 @@ __metadata: languageName: node linkType: hard +"@actions/core@npm:^2.0.2": + version: 2.0.2 + resolution: "@actions/core@npm:2.0.2" + dependencies: + "@actions/exec": "npm:^2.0.0" + "@actions/http-client": "npm:^3.0.1" + checksum: 10/37547d3668c7df0b498b7f4596e190a9bf27d3d24f9c9b8b9718c6e79f3d550ef7bab9b2e517d54de163e36f0e1fdc51cc688753130caf3240cefb9ac37cd0b3 + languageName: node + linkType: hard + "@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.1.1": version: 1.1.1 resolution: "@actions/exec@npm:1.1.1" @@ -1180,7 +1190,7 @@ __metadata: dependencies: "@actions/artifact": "npm:^5.0.1" "@actions/cache": "npm:^5.0.1" - "@actions/core": "npm:^2.0.1" + "@actions/core": "npm:^2.0.2" "@actions/exec": "npm:^2.0.0" "@actions/github": "npm:^6.0.1" "@actions/http-client": "npm:^3.0.1"