chore: bump actions, remove setup-sandbox - #69
Merged
Merged
Conversation
## The Issue The pinned actions are behind, and `Homebrew/actions/setup-homebrew` no longer has a `setup-sandbox` input. ## How This PR Solves The Issue Bump `actions/checkout` to v7.0.1 and `Homebrew/actions/setup-homebrew` to its latest commit, bump `actions/upload-artifact` to v7 in the README example, and drop `setup-sandbox: true`. Homebrew's Linux sandbox uses Landlock now, so the Bubblewrap logic and that input are gone upstream. Every other action is already at its latest major. ## Manual Testing Instructions Run the add-ons test workflow, the Homebrew steps should behave as before. ## Automated Testing Overview Covered by the existing workflows, which use the bumped actions themselves. ## Release/Deployment Notes `CHANGELOG.md` has these entries in the v2.6.0 section, its PR links need the real number. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Issue
The pinned actions are behind, and
Homebrew/actions/setup-homebrewno longer has asetup-sandboxinput.How This PR Solves The Issue
Bump
actions/checkoutto v7.0.1 andHomebrew/actions/setup-homebrewto its latest commit, bumpactions/upload-artifactto v7 in the README example, and dropsetup-sandbox: true. Homebrew's Linux sandbox uses Landlock now, so the Bubblewrap logic and that input are gone upstream.Every other action is already at its latest major.
Manual Testing Instructions
Run the add-ons test workflow, the Homebrew steps should behave as before.
Automated Testing Overview
Covered by the existing workflows, which use the bumped actions themselves.
Release/Deployment Notes
Don't create releases manually. Follow the release process documentation when making a new release.