go-task/setup-task
Version updated for https://github.com/go-task/setup-task to version v2.0.0.
- This action is used across all versions by 260 repositories.
Action Type
This is a Node action using Node version 24.
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 workflows, automating the setup process for streamlined use in CI/CD pipelines. It simplifies task execution and project builds by providing access to Task’s features directly within GitHub Actions. This action is particularly useful for managing complex build processes and task automation in a consistent and efficient manner.
Release notes
What’s Changed
Node.js 24
This release updates the runtime to Node.js 24. The previous v1 ran on Node.js 20. Now this action will run on Node.js 24.
- chore: upgrade to Node 24 (#10 by @vmaerten)