Skip to content

chore(deps): bump actions/checkout from 6 to 7#84

Merged
rami3l merged 2 commits into
masterfrom
dependabot/github_actions/actions/checkout-7
Jun 23, 2026
Merged

chore(deps): bump actions/checkout from 6 to 7#84
rami3l merged 2 commits into
masterfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

clavy-head was failing because brew update inherited HOMEBREW_DEVELOPER=1, which now trips Homebrew’s deprecated internal API path on newer macOS runners. This PR scopes developer mode to local formula HEAD installs instead of the entire workflow.

  • Root cause

    • HOMEBREW_DEVELOPER was set globally for the workflow.
    • brew update should run with default Homebrew behavior, but inherited developer mode in HEAD jobs.
  • Workflow changes

    • Removed the workflow-wide HOMEBREW_DEVELOPER environment setting.
    • Kept brew update explicitly free of developer mode in pacaptr-head and clavy-head.
    • Applied HOMEBREW_DEVELOPER=1 only to local brew install ... --HEAD commands that require it.
  • Behavioral impact

    • HEAD jobs continue to install local formulas in developer mode.
    • Homebrew update runs on the supported code path for current runners.
run: |
  HOMEBREW_DEVELOPER= brew update
  HOMEBREW_DEVELOPER=1 brew install Formula/clavy.rb --HEAD
  clavy --help

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 22, 2026
Copilot AI requested a review from rami3l June 23, 2026 11:59
Copilot AI changed the title chore(deps): bump actions/checkout from 6 to 7 Fix Homebrew HEAD install workflow env scoping Jun 23, 2026
@rami3l rami3l changed the title Fix Homebrew HEAD install workflow env scoping chore(deps): bump actions/checkout from 6 to 7 Jun 23, 2026
@rami3l rami3l force-pushed the dependabot/github_actions/actions/checkout-7 branch 3 times, most recently from 54b5cea to 5e854a1 Compare June 23, 2026 12:15
Copilot AI and others added 2 commits June 23, 2026 14:18
Co-authored-by: rami3l <rami3l@outlook.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@rami3l rami3l force-pushed the dependabot/github_actions/actions/checkout-7 branch from 5e854a1 to 540d6e0 Compare June 23, 2026 12:18
@rami3l rami3l merged commit 0eea6f5 into master Jun 23, 2026
13 checks passed
@rami3l rami3l deleted the dependabot/github_actions/actions/checkout-7 branch June 23, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants