mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
release v1.1.0 (#11)
* * update version * update CHANGELOG * * update dependencies * * update package name * fix repository URL
This commit is contained in:
parent
68db9bb092
commit
6feada438d
12 changed files with 478 additions and 469 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "action-install-ssh-key",
|
||||
"version": "1.0.0",
|
||||
"name": "ssh-key-action",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@actions/core": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.0.tgz",
|
||||
"integrity": "sha512-KKpo3xzo0Zsikni9tbOsEQkxZBGDsYSJZNkTvmo0gPSXrc98TBOcdTvKwwjitjkjHkreTggWdB1ACiAFVgsuzA=="
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.1.tgz",
|
||||
"integrity": "sha512-O5G6EmlzTVsng7VSpNtszIoQq6kOgMGNTFB/hmwKNNA4V71JyxImCIrL27vVHCt2Cb3ImkaCr6o27C2MV9Ylwg=="
|
||||
},
|
||||
"@actions/exec": {
|
||||
"version": "1.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue