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"