-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI fixes welcome? #63
Comments
Hi @dbaynard, sorry about the really slow response on this one. Yep, PRs welcome. I haven't taken a look at CI in a while, but I imagine it might need a bit of a modernization pass. |
Ah I see you yourself fixed the breakages — it's just the warnings left, now. I'll PR with the fixes (for deprecated |
Excellent, thank you. And yeah, I pushed a few fixes this afternoon that repaired the most egregious problems. |
Going to close this in favor of #68 and related PRs. |
redis-cell/.github/workflows/ci.yml
Lines 183 to 189 in bada85d
I noticed this library still uses
::set-output
, which is deprecated. The fix (4 lines) shouls be straightforward.I see CI is also throwing rust errors. I don't mind taking a look, if I'm to update the CI anyway. Would a PR be welcome?
The text was updated successfully, but these errors were encountered: