fix(deps): update dependency @actions/core to v1.3.0

pull/42211/head
Renovate Bot 2021-05-21 14:34:15 +00:00 committed by renovate[bot]
parent 4d024f3e4b
commit c92150e9bb
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@actions/core": { "@actions/core": {
"version": "1.2.7", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.7.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz",
"integrity": "sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig==" "integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg=="
}, },
"@actions/github": { "@actions/github": {
"version": "5.0.0", "version": "5.0.0",

View File

@ -22,7 +22,7 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies": { "dependencies": {
"@actions/core": "1.2.7", "@actions/core": "1.3.0",
"@actions/github": "5.0.0", "@actions/github": "5.0.0",
"dotenv": "9.0.2", "dotenv": "9.0.2",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",