Skip to content

build(deps): bump flox/install-flox-action from 2.4.0 to 2.5.1#9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/flox/install-flox-action-2.5.1
Closed

build(deps): bump flox/install-flox-action from 2.4.0 to 2.5.1#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/flox/install-flox-action-2.5.1

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps flox/install-flox-action from 2.4.0 to 2.5.1.

Release notes

Sourced from flox/install-flox-action's releases.

v2.5.1

What's changed

This patch bundles the runner fixes and dependency updates that landed on main alongside the v2.5.0 write-summary feature, so consumers on @v2 receive the complete set.

Fixes

  • Detect systemd via /proc/1/comm instead of nix.conf
  • chown /nix to the runner user in single-user mode

CI and dependencies

  • Add an ubuntu-slim runner to the test matrix and verify flox runs; run flox init in a tmpdir; keep test-act on ubuntu-latest
  • Routine dependency updates (4 packages)

Full Changelog: flox/install-flox-action@v2.5.0...v2.5.1

v2.5.0

What's changed

The Flox installation summary is now opt-in. The action previously wrote a "Flox Installation" table to the GitHub Actions job summary ($GITHUB_STEP_SUMMARY) after every install. That table is noise in workflows that use the job summary for their own output, such as Terraform or Terragrunt plan results, so it is now off by default.

A new write-summary input controls it:

- uses: flox/install-flox-action@v2
  with:
    write-summary: true   # restore the installation summary

⚠️ Behavior change

If you relied on the installation summary appearing automatically, set write-summary: true to restore it. No inputs were removed and no outputs changed; nothing else in your workflow is affected.

This release also rolls up routine dependency updates merged since v2.4.1.

Full Changelog: flox/install-flox-action@v2.4.1...v2.5.0

v2.4.1

Marketplace metadata refresh

Update the action's GitHub Marketplace metadata for publication:

  • Capitalize the Flox brand in name, description, and author (the lowercase flox is reserved for CLI invocation).
  • Rewrite the description in imperative voice with brand-consistent capitalization and no trailing period, per Marketplace description conventions.
  • Update the author: email from the outdated floxdev.com domain to flox.dev.

Also includes README hygiene: brand capitalization throughout, code samples pinned to the major-version tag (@v2), and indented step items in the example workflow.

This is a metadata-only release. The action's runtime behavior, inputs, and outputs are unchanged. Existing workflows using flox/install-flox-action@vN continue to work without modification.

Commits
  • f6002ed chore(deps): Bump the all group across 1 directory with 4 updates
  • 5df79e8 fix: detect systemd via /proc/1/comm instead of nix.conf
  • 23f32dd ci: keep test-act on ubuntu-latest
  • 4ecba0f fix: chown /nix to runner user in single-user mode
  • 4f6e034 ci: run flox init in a tmpdir to avoid polluting the workspace
  • 0b723ba ci: add ubuntu-slim to test-javascript and verify flox runs
  • 54c1680 ci: add ubuntu-slim runner to test matrix
  • 9ccce8e feat: make job summary opt-in via write-summary input
  • 487395e chore(deps-dev): Bump tmp from 0.2.5 to 0.2.7
  • 08ee2f1 chore(deps-dev): Bump fast-xml-builder from 1.1.5 to 1.2.0
  • Additional commits viewable in compare view

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 [flox/install-flox-action](https://github.com/flox/install-flox-action) from 2.4.0 to 2.5.1.
- [Release notes](https://github.com/flox/install-flox-action/releases)
- [Commits](flox/install-flox-action@c94e7e1...f6002ed)

---
updated-dependencies:
- dependency-name: flox/install-flox-action
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Author

Superseded by #11.

@dependabot dependabot Bot closed this Jun 19, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/flox/install-flox-action-2.5.1 branch June 19, 2026 23:53
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.

0 participants