Install go-task/task
Version updated for https://github.com/rsclarke/install-task to version v2.0.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action installs and caches the go-task/task automation tool on Linux and macOS runners, adding it to the system PATH while verifying downloads against official checksums. It automates the setup and version management of go-task/task, ensuring efficient reuse of cached installations across workflow runs. Key capabilities include resolving the latest or specific versions, cache integrity validation, and streamlined integration with GitHub Actions workflows.
Release notes
What’s Changed
- feat: add caching and decompose action into discrete steps by @rsclarke in https://github.com/rsclarke/install-task/pull/3
- chore: add dependabot configuration for GitHub Actions by @rsclarke in https://github.com/rsclarke/install-task/pull/4
- chore: add FUNDING.yml by @rsclarke in https://github.com/rsclarke/install-task/pull/5
- chore: switch to immutable releases for v2.0.0 by @rsclarke in https://github.com/rsclarke/install-task/pull/6
Full Changelog: https://github.com/rsclarke/install-task/compare/v1...v2.0.0