Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Actions workflow setup
Switched from `actions/setup-sqlite@v1` to manual SQLite installation via `apt-get` to ensure compatibility with the latest SQLite version and ease future maintenance. Also updated `actions/checkout` to v3 for improved performance and new features. This change helps maintain current dependencies and leverages updated action features.
- Loading branch information