Bump docker/setup-qemu-action from 3 to 4 - #23
Open
dependabot[bot] wants to merge 6 commits into
Open
Conversation
Signed-off-by: Flake Bot <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…/actions/checkout-6
This commit represents a major architectural overhaul, moving away from Nix-generated Vimscript/Lua files (`config/*.nix`) to a standard, modular pure Lua Neovim configuration structure (`lua/core` and `lua/plugins`). Major changes: - Migrate core options, keymaps, and autocmds to `lua/core/` - Migrate all plugin configurations to `lua/plugins/` - Centralize all scattered plugin keybindings into `lua/core/keymaps.lua` for a single source of truth - Replace legacy `lsp-format.nvim` with the modern `conform.nvim` formatter - Add `nvim-tree.lua` as the default file explorer (replacing `oil.nvim` for navigation) and disable legacy `netrw` - Update `flake.nix` to pull `nvim-tree-lua` instead of deleted/deprecated packages - Switch default colorscheme to `rose-pine` and disable terminal transparency for a cleaner UI - Add native Lua `:w!!` sudo save command-line mapping Signed-off-by: Vijayakumar Ravi <im@vijayakumar.xyz>
This commit completely restructures the GitHub Actions workflow into a robust 3-stage pipeline (setup -> build -> commit) to guarantee consistent lockfile dependencies across all OS/arch combinations and prevent race conditions. Major changes: - Refactor workflow into three sequential jobs: `setup`, `build-and-test`, and `commit-lock` - Replace Cachix action with `attic-action` configured for parallel uploads (`-j 4`) - Centralize `nix flake update` to a single job and securely pass the lockfile via artifacts - Expand build steps to rigorously verify derivations using `nix build` and `nix flake check` - Fix QEMU configuration to strictly run only on `aarch64-linux` targets - Inject explicit `--system` flags to guarantee correct cross-compilation reliability - Bump core action versions (`actions/checkout@v4`, `nix-installer-action@v22`) - Update workflow trigger paths to track new pure Lua structure (`init.lua`, `lua/**`) Signed-off-by: Vijayakumar Ravi <im@vijayakumar.xyz>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/github_actions/docker/setup-qemu-action-4
branch
June 15, 2026 10:37
VijayakumarRavi
restored the
dependabot/github_actions/docker/setup-qemu-action-4
branch
June 15, 2026 10:38
Owner
|
@dependabot rebase |
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/docker/setup-qemu-action-4
branch
from
June 15, 2026 10:42
e282017 to
665413d
Compare
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.
Bumps docker/setup-qemu-action from 3 to 4.
Release notes
Sourced from docker/setup-qemu-action's releases.
... (truncated)
Commits
0611638Merge pull request #21 from crazy-max/uninstce59c81chore: update generated content2ddad44uninstall current emulators8c37cd6Merge pull request #250 from docker/dependabot/npm_and_yarn/docker/actions-to...d1a0ff3chore: update generated content0a8f3dcbuild(deps): bump@docker/actions-toolkitfrom 0.79.0 to 0.91.09430f61Merge pull request #291 from docker/dependabot/npm_and_yarn/tmp-0.2.6978bd77chore: update generated content3479febbuild(deps): bump tmp from 0.2.5 to 0.2.6b113c26Merge pull request #255 from docker/dependabot/npm_and_yarn/fast-xml-parser-5...