diff --git a/.github/workflows/doc-links.yml b/.github/workflows/doc-links.yml index 5006772..b474c7b 100644 --- a/.github/workflows/doc-links.yml +++ b/.github/workflows/doc-links.yml @@ -9,6 +9,9 @@ on: branches: - main +env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + permissions: contents: read diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aadbdf..d4f3fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,18 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec --- +## [v2.4.2](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.4.2) - 2026-03-12 + +[_Compare with previous release_](https://github.com/ddev/github-action-add-on-test/compare/v2.4.1...v2.4.2) + +### Changed + +- Bump Homebrew/actions/setup-homebrew ([PR #60](https://github.com/ddev/github-action-add-on-test/pull/60)) + +--- + +--- + ## [v2.4.1](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.4.1) - 2026-03-12 [_Compare with previous release_](https://github.com/ddev/github-action-add-on-test/compare/v2.4.0...v2.4.1) diff --git a/action.yaml b/action.yaml index db0a736..592f6a8 100644 --- a/action.yaml +++ b/action.yaml @@ -49,7 +49,7 @@ inputs: runs: using: "composite" steps: - - uses: Homebrew/actions/setup-homebrew@4cdec6dc3e14702214632b392c91a7cc283fbc8a #no release tags available + - uses: Homebrew/actions/setup-homebrew@675fcd27b59e54d310c5484c8c27c01d03da660c #no release tags available - name: Environment setup shell: bash