Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update deps Before: ``` ▶ mix hex.outdated Dependency Current Latest Status credo 1.7.7 1.7.7 Up-to-date dialyxir 1.4.3 1.4.3 Up-to-date ecto 3.11.2 3.11.2 Up-to-date ecto_ulid 0.3.0 0.3.0 Up-to-date ex_doc 0.34.1 0.34.2 Update possible floki 0.34.3 0.36.2 Update not possible jason 1.4.1 1.4.3 Update possible live_isolated_component 0.6.5 0.8.0 Update not possible phoenix 1.7.14 1.7.14 Up-to-date phoenix_ecto 4.6.1 4.6.2 Update possible phoenix_live_view 0.19.5 0.20.17 Update not possible sourceror 0.14.1 1.4.0 Update not possible uuid 1.1.8 1.1.8 Up-to-date wax_ 0.6.5 0.6.5 Up-to-date Run `mix hex.outdated APP` to see requirements for a specific dependency. To view the diffs in each available update, visit: https://hex.pm/l/PaspZ ``` After: ``` ▶ mix hex.outdated Dependency Current Latest Status credo 1.7.7 1.7.7 Up-to-date dialyxir 1.4.3 1.4.3 Up-to-date ecto 3.11.2 3.11.2 Up-to-date ecto_ulid 0.3.0 0.3.0 Up-to-date ex_doc 0.34.2 0.34.2 Up-to-date floki 0.36.2 0.36.2 Up-to-date jason 1.4.3 1.4.3 Up-to-date live_isolated_component 0.8.0 0.8.0 Up-to-date phoenix 1.7.14 1.7.14 Up-to-date phoenix_ecto 4.6.2 4.6.2 Up-to-date phoenix_live_view 0.20.17 0.20.17 Up-to-date sourceror 1.4.0 1.4.0 Up-to-date uuid 1.1.8 1.1.8 Up-to-date wax_ 0.6.5 0.6.5 Up-to-date Run `mix hex.outdated APP` to see requirements for a specific dependency. ``` * update asdf versions * bump version to 0.7.3 * add LV 1.0 TODO * actions: - use `erlef/setup-beam@v1` instead of container - use gh cache@v4 - always save cache * actions: add `version-type: strict`
- Loading branch information