From e853c16a3d24abbbdfc0f4ba72c4aa37d233775f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 14:08:53 -0800 Subject: [PATCH] build(deps): bump @actions/core in /.github/actions/file-changes-action (#12246) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.2.6. - [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) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/file-changes-action/package-lock.json | 8 ++++---- .github/actions/file-changes-action/yarn.lock | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/file-changes-action/package-lock.json b/.github/actions/file-changes-action/package-lock.json index 24c4fcc7f..9dcd1ce40 100644 --- a/.github/actions/file-changes-action/package-lock.json +++ b/.github/actions/file-changes-action/package-lock.json @@ -1,13 +1,13 @@ { "name": "@trilom/file-changes-action", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { "@actions/core": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz", - "integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz", + "integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==" }, "@actions/github": { "version": "2.2.0", diff --git a/.github/actions/file-changes-action/yarn.lock b/.github/actions/file-changes-action/yarn.lock index 6d5bc9914..907916e85 100644 --- a/.github/actions/file-changes-action/yarn.lock +++ b/.github/actions/file-changes-action/yarn.lock @@ -3,9 +3,9 @@ "@actions/core@^1.2.3": - version "1.2.3" - resolved "https://registry.npmjs.org/@actions/core/-/core-1.2.3.tgz#e844b4fa0820e206075445079130868f95bfca95" - integrity sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w== + version "1.2.6" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09" + integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA== "@actions/github@^2.1.1": version "2.1.1"