Skip to content

build(deps): bump actions/setup-python from 6 to 7 - #23

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-python-7
Open

build(deps): bump actions/setup-python from 6 to 7#23
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-python-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-python from 6 to 7.

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

v6.3.0

What's Changed

Enhancement

Dependency update

Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

v6.2.0

What's Changed

Dependency Upgrades

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

dev-bot-fusionaize pushed a commit that referenced this pull request Aug 22, 2026
…rity

Batch A of the optimization-round closeout (FAI-207). Three blocking
regressions that PR #23 shipped, each fixed with test coverage.

C1 — grid-doctor macOS memory:
- read page size from the vm_stat header instead of hardcoding 4096
  (Apple Silicon reports 16384, causing a 4x under-report)
- coerce FREE_MB to an integer (was emitting a float, raising
  "invalid arithmetic operator" under set -euo pipefail)
- add tests/unit/04-grid-doctor.bats covering both threshold branches

C3 — log_event write path actually reaches disk:
- make LOG_DIR overridable (was hardcoded, untestable)
- EVENTS_FILE setup runs at most once per process (was re-running sudo)
- establish 'adm' group membership for the grid user in the core/heart
  installer (V8 option 1 precondition; previously omitted, so a non-root
  caller's events were silently discarded)
- add tests/unit/05-log-event.bats proving non-root events reach both files

C4 — --yes parity and documentation:
- AUTO_YES is now actually read (was assigned and never consumed)
- prompt() tolerates EOF so an unattended run does not abort at the gate
- align README, ai-topology-schema, and --help semantics with the code
- extend tests/unit/03-install-state.bats for flag parsing + EOF safety
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants