mfaerevaag / wd

:rocket: Jump to custom directories in zsh
MIT License
693 stars 45 forks source link

ci(deps): update dependencies with dependabot #129

Closed zimeg closed 4 months ago

zimeg commented 4 months ago

Summary

🤖 This PR automates the updates of dependencies in GitHub Actions to keep with the latest and greatest.

Noticed that the test.yml workflow uses actions/checkout@v3 which uses Node 16 which is deprecated.

I've found that the kind @dependabot is good at updating things like this 🙏

Notes

zimeg commented 4 months ago

@alpha-tango-kilo this should all be picked up and parsed on the master branch without other configurations!

Edit: If secrets were used in workflows these would have to be included in the repo action settings for dependabot, but I'm don't think secrets are used right now 🔐