Setup BATS
Version updated for https://github.com/sgerrand/setup-bats-action to version v1.0.1.
- This action is used across all versions by ? 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 setup-bats-action GitHub Action automates the installation of the Bash Automated Testing System (BATS) within a workflow. It streamlines the process of setting up BATS by allowing users to specify a desired version or automatically resolve the latest release, ensuring consistent and efficient testing for bash scripts. This action simplifies dependency management and reduces manual setup effort in CI/CD pipelines.
What’s Changed
1.0.1 (2026-04-11)
Bug Fixes
- release: drop package-name prefix from release tags (0a837df)