denoland / deployctl

Command line tool for Deno Deploy
https://deno.com/deploy
MIT License
346 stars 57 forks source link

refactor: Replace `actions/checkout@v3` with `actions/checkout@v4` #330

Closed katayama8000 closed 2 days ago

katayama8000 commented 2 weeks ago

I just replaced actions/checkout@v3 with actions/checkout@v4.

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.

magurotuna commented 1 week ago

Thanks for catching this. Of course this change looks totally good, but another issue is happening where deployctl's dependency depends on Deno.isatty which was removed from Deno v2.0. I'll try to fix this first and then will merge your PR.

katayama8000 commented 1 week ago

@magurotuna Thanks :)