From e352a5540567bc9129d03339cb18485e4b5c5da8 Mon Sep 17 00:00:00 2001 From: Wagner Santos Date: Wed, 16 Dec 2020 19:35:26 -0300 Subject: [PATCH] chore(deps): bump @actions/core from 1.2.5 to 1.2.6 Dependabot PR: https://github.com/wagoid/commitlint-github-action/pull/56 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 496028c..e20f4cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.5.tgz", - "integrity": "sha512-mwpoNjHSWWh0IiALdDEQi3tru124JKn0yVNziIBzTME8QRv7thwoghVuT1jBRjFvdtoHsqD58IRHy1nf86paRg==" + "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/package.json b/package.json index 118c769..0350733 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "ISC", "homepage": "https://github.com/wagoid/commitlint-github-action", "dependencies": { - "@actions/core": "^1.2.5", + "@actions/core": "^1.2.6", "@actions/github": "^1.1.0", "@commitlint/config-angular": "^9.1.2", "@commitlint/config-conventional": "^9.1.2",