Blog maintanence in 2024
- kkumtree
2024-08-26T00:02:49+09:00
Before starting group study, I decided to update my blog.
Very small things, but I have some needs about it.
One is GitHub Actions’ dependency update and another is Licences.
Cause, Blog is deployed via Github Actions, I need to check dependencies in Github Actions’ workflow.
What I use is actions/checkout, actions/setup-go, and actions/setup-node.
| Name | Prev. Version | Latest Version | Purpose |
|---|---|---|---|
| checkout | actions/checkoutv3 | actions/checkoutv4 | Src. and Dest. Branch |
| setup-go | actions/setup-go@v4 | actions/setup-go@v5 | Hugo |
| setup-node | actions/setup-node@v3 | actions/setup-node@v4 | Vanila Framework |
