Bump @actions/core from 1.3.0 to 1.4.0 (#386) [skip ci]

This commit is contained in:
dependabot[bot]
2021-06-14 21:53:11 +02:00
committed by GitHub
parent f499d1b009
commit 893b79b1a3
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@actions/core": "^1.3.0",
"@actions/core": "^1.4.0",
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.2",
"@octokit/rest": "^18.5.3",
@@ -53,9 +53,9 @@
}
},
"node_modules/@actions/core": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz",
"integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg=="
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz",
"integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg=="
},
"node_modules/@actions/github": {
"version": "4.0.0",
@@ -11151,9 +11151,9 @@
},
"dependencies": {
"@actions/core": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz",
"integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg=="
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz",
"integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg=="
},
"@actions/github": {
"version": "4.0.0",

View File

@@ -26,7 +26,7 @@
},
"homepage": "https://github.com/lowlighter/metrics#readme",
"dependencies": {
"@actions/core": "^1.3.0",
"@actions/core": "^1.4.0",
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.2",
"@octokit/rest": "^18.5.3",