guitarrapc / git-shallow-clone-orb

circleci orb to execute git shallow clone for faster checkout.
https://circleci.com/orbs/registry/orb/guitarrapc/git-shallow-clone
MIT License
21 stars 11 forks source link

github RSA host key is updated. #40

Closed r-plus closed 1 year ago

r-plus commented 1 year ago

hi @guitarrapc

https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/

github.com RSA host key is replaced today. should update the echo line of code to new RSA key.

https://github.com/guitarrapc/git-shallow-clone-orb/blob/39f6ba8c7fe433263e012156e84b8d1e84b8f332/src/commands/checkout.yml#L71

guitarrapc commented 1 year ago

Thanks, I didn't realize it!

guitarrapc commented 1 year ago

I've released v2.5.0.

https://github.com/guitarrapc/git-shallow-clone-orb/releases/tag/v2.5.0 https://circleci.com/developer/orbs/orb/guitarrapc/git-shallow-clone?version=2.5.0

Please update your orb to following.

orbs:
  git-shallow-clone: guitarrapc/git-shallow-clone@2.5.0
r-plus commented 1 year ago

thanks for quick response :)