Skip to content

Commit 3143925

Browse files
Merge pull request #18 from technote-space/dependabot/npm_and_yarn/actions/core-1.1.0
chore(deps): bump @actions/core from 1.0.0 to 1.1.0
2 parents 8624d53 + b4d7f1a commit 3143925

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"main": "lib/main.js",
2020
"dependencies": {
21-
"@actions/core": "^1.0.0",
21+
"@actions/core": "^1.1.0",
2222
"@actions/github": "^1.0.0",
2323
"signale": "^1.4.0"
2424
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.0.0":
6-
version "1.0.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.0.0.tgz#4a090a2e958cc300b9ea802331034d5faf42d239"
8-
integrity sha512-aMIlkx96XH4E/2YZtEOeyrYQfhlas9jIRkfGPqMwXD095Rdkzo4lB6ZmbxPQSzD+e1M+Xsm98ZhuSMYGv/AlqA==
5+
"@actions/core@^1.1.0":
6+
version "1.1.0"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.1.0.tgz#25c3aff43a20f9c5a04e2a3439898a49ba8d3625"
8+
integrity sha512-KKpo3xzo0Zsikni9tbOsEQkxZBGDsYSJZNkTvmo0gPSXrc98TBOcdTvKwwjitjkjHkreTggWdB1ACiAFVgsuzA==
99

1010
"@actions/github@^1.0.0":
1111
version "1.0.0"

0 commit comments

Comments
 (0)