1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

* update dependencies

This commit is contained in:
shimataro 2019-09-19 07:19:14 +09:00
parent 12ebc47e22
commit 1ed17ff3a2
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
11 changed files with 469 additions and 463 deletions

View file

@ -1,28 +1,28 @@
{
"_from": "@actions/core@1.1.0",
"_id": "@actions/core@1.1.0",
"_from": "@actions/core@1.1.1",
"_id": "@actions/core@1.1.1",
"_inBundle": false,
"_integrity": "sha512-KKpo3xzo0Zsikni9tbOsEQkxZBGDsYSJZNkTvmo0gPSXrc98TBOcdTvKwwjitjkjHkreTggWdB1ACiAFVgsuzA==",
"_integrity": "sha512-O5G6EmlzTVsng7VSpNtszIoQq6kOgMGNTFB/hmwKNNA4V71JyxImCIrL27vVHCt2Cb3ImkaCr6o27C2MV9Ylwg==",
"_location": "/@actions/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@actions/core@1.1.0",
"raw": "@actions/core@1.1.1",
"name": "@actions/core",
"escapedName": "@actions%2fcore",
"scope": "@actions",
"rawSpec": "1.1.0",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.0"
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/",
"/@actions/tool-cache"
],
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.0.tgz",
"_shasum": "25c3aff43a20f9c5a04e2a3439898a49ba8d3625",
"_spec": "@actions/core@1.1.0",
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.1.tgz",
"_shasum": "e08f3dbfe04721bb3d040f8fca2d6d7e1817b2e1",
"_spec": "@actions/core@1.1.1",
"_where": "/home/shimataro/projects/actions/ssh-key-action",
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
@ -40,7 +40,6 @@
"files": [
"lib"
],
"gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52",
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
"keywords": [
"github",
@ -61,5 +60,5 @@
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"version": "1.1.0"
"version": "1.1.1"
}