Skip to content

Commit ce27c56

Browse files
authored
chore: bump Homebrew/actions/setup-homebrew, fixes #58 (#59)
1 parent 509685f commit ce27c56

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec
1111

1212
---
1313

14+
## [v2.4.1](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.4.1) - 2026-03-12
15+
16+
[_Compare with previous release_](https://github.com/ddev/github-action-add-on-test/compare/v2.4.0...v2.4.1)
17+
18+
### Changed
19+
20+
- Bump Homebrew/actions/setup-homebrew ([PR #59](https://github.com/ddev/github-action-add-on-test/pull/59))
21+
22+
---
23+
1424
## [v2.4.0](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.4.0) - 2026-03-09
1525

1626
[_Compare with previous release_](https://github.com/ddev/github-action-add-on-test/compare/v2.3.3...v2.4.0)
@@ -48,7 +58,7 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec
4858

4959
### Fixed
5060

51-
- Remove "Keep alive" feature as [related repository](https://github.com/gautamkrishnar/keepalive-workflow) has been
61+
- Remove "Keep alive" feature as [related repository](https://github.com/gautamkrishnar/keepalive-workflow) has been
5262
disabled and causes the action to fail ([PR #43](https://github.com/ddev/github-action-add-on-test/pull/43))
5363

5464
---

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ inputs:
4949
runs:
5050
using: "composite"
5151
steps:
52-
- uses: Homebrew/actions/setup-homebrew@8c478e7f5c2c2df9efba834a3568d4fe35cdb2a3 #no release tags available
52+
- uses: Homebrew/actions/setup-homebrew@4cdec6dc3e14702214632b392c91a7cc283fbc8a #no release tags available
5353

5454
- name: Environment setup
5555
shell: bash

0 commit comments

Comments
 (0)