All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
The public API of this project is defined by the action.yaml file.
v2.4.2 - 2026-04-06
- Bump Homebrew/actions/setup-homebrew (PR #60)
v2.4.1 - 2026-03-12
- Bump Homebrew/actions/setup-homebrew (PR #59)
v2.4.0 - 2026-03-09
- Use SHA commit IDs in action.yaml (PR #56)
v2.3.3 - 2025-07-26
- Fix
kaos/homebrew-shellfailure
v2.3.2 - 2025-04-22
- Synchronize the major tag with the correct commit
v2.3.1 - 2025-04-22
- Remove "Keep alive" feature as related repository has been disabled and causes the action to fail (PR #43)
v2.3.0 - 2024-10-29
- Exclude "release" tagged tests for push workflow (PR #38)
v2.2.0 - 2024-10-15
- Quiet down the
brewinstalls (PR #35)
v2.1.0 - 2024-10-02
- Exclude "release" tagged tests for pull request workflow (PR #34)
- Add
test_commandinput (PR #34)
v2.0.2 - 2024-05-25
- Run keepalive step only for scheduled run (PR #33)
v2.0.1 - 2024-05-22
- Shorten the default
keepalive_time_elapsedvalue to"0"day (PR #31)
v2.0.0 - 2024-03-15
- Breaking change: Use
gautamkrishnar/keepalive-workflow@v2to avoid dummy commit. This change requires modifying permission fromcontents: writetoactions: writein the main workflow.
v1.2.0 - 2024-02-19
- Update
actions/checkouttov4for Node.js 20 (PR #26)
v1.1.1 - 2023-10-29
- Turn off instrumentation for tests (PR #23)
v1.1.0 - 2023-09-20
- Install
bats-fileby default (@see PR #19)
v1.0.0 - 2023-08-25
- Install
bats-assertand friends by default (@see PR #15)
v0.6.0 - 2023-08-21
- Move (or create) the major version tag (such as
v1,v2) to point to the Git ref of the current release (@see #11)
v0.5.0 - 2023-08-21
- Add
disable_checkout_actionboolean input (@see #9)
v0.4.0 - 2023-08-21
- Run
keepalive-workflowstep even if a previous step failed
v0.3.0 - 2023-08-11
- Add
actions/checkoutandgautamkrishnar/keepalive-workflowsteps in the action
v0.2.0 - 2023-08-10
- Remove
edgeforddev_versioninput
- Add
mxschmitt/action-tmateandRun teststeps in the action
v0.1.0 - 2023-08-07
- Use choice (
stable,edge,HEAD) forddev_versioninput instead of a free string
v0.0.1 - 2023-07-10
- Initial release