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

version 2.5.1

This commit is contained in:
shimataro 2023-03-25 04:31:10 +09:00
parent 18601dcd44
commit 8499e1e805
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
3 changed files with 7 additions and 4 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [2.5.1] - 2023-03-25
### Hotfix
* update github.com key: <https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/> (thanks [@phlax](https://github.com/phlax))
@ -184,7 +186,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* First release.
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.5.0...HEAD
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.5.1...HEAD
[2.5.1]: https://github.com/shimataro/ssh-key-action/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/shimataro/ssh-key-action/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/shimataro/ssh-key-action/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/shimataro/ssh-key-action/compare/v2.3.0...v2.3.1

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "install-ssh-key",
"version": "2.5.0",
"version": "2.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "install-ssh-key",
"version": "2.5.0",
"version": "2.5.1",
"license": "MIT",
"devDependencies": {
"@actions/core": "1.10.0",

View file

@ -1,6 +1,6 @@
{
"name": "install-ssh-key",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"description": "Install SSH key in .ssh",
"main": "lib/index.js",