go-task/setup-task
Version updated for https://github.com/go-task/setup-task to version v1.1.0.
- This action is used across all versions by 258 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Task GitHub Action” integrates the Task task runner and build tool into GitHub Actions workflows, enabling the automated execution of complex scripts and project tasks. It simplifies CI/CD pipelines by installing the specified version of Task and facilitating task automation directly within workflows. This action is ideal for streamlining repetitive or intricate build, test, or deployment processes.
Release notes
What’s Changed
- feat: add configurable HTTP retry for API requests (https://github.com/go-task/setup-task/pull/7 by @vmaerten)