denoland / deployctl

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

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

Closed katayama8000 closed 4 weeks ago

katayama8000 commented 1 month ago

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

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

magurotuna commented 1 month 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 month ago

@magurotuna Thanks :)