Below you will find pages that utilize the taxonomy term “Lite-Actions”
August 20, 2026
Rust Release Matrix
Version updated for https://github.com/lite-actions/rust-release to version v1.1.2.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of building, testing, and packaging Rust projects across multiple platforms and architectures. It provides a reusable workflow that generates a dynamic build matrix and fans out over it to run tests and package binaries for each combination. Users can specify optional parameters such as the Rust version, platforms, architectures, binary name, release notes file, and whether to upload zips to GitHub Releases when run on tags. The action uses native runners for each platform and architecture combination to ensure compatibility without cross-compilation.
August 12, 2026
Git Checkout Lite
Version updated for https://github.com/lite-actions/git-checkout to version v1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action checks out a repository using plain git. It automates the process of cloning and fetching repositories, allowing for custom configurations such as sparse checkout and partial clone filtering. The action provides options to clean the checkout directory, fetch a specific number of commits or tags, and use authentication tokens for accessing private repositories.