diff --git a/.github/actions/directory/package-lock.json b/.github/actions/directory/package-lock.json index 9a924f8b..8f6d465d 100644 --- a/.github/actions/directory/package-lock.json +++ b/.github/actions/directory/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.1.tgz", - "integrity": "sha512-O5G6EmlzTVsng7VSpNtszIoQq6kOgMGNTFB/hmwKNNA4V71JyxImCIrL27vVHCt2Cb3ImkaCr6o27C2MV9Ylwg==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz", + "integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==" }, "@actions/github": { "version": "1.1.0", diff --git a/.github/actions/directory/package.json b/.github/actions/directory/package.json index ed81a9b9..ed53a848 100644 --- a/.github/actions/directory/package.json +++ b/.github/actions/directory/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@actions/core": "^1.1.1", + "@actions/core": "^1.2.6", "@actions/github": "^1.1.0" }, "devDependencies": {