Bump stefanzweifel/git-auto-commit-action from 5 to 7 - #19
Open
dependabot[bot] wants to merge 6 commits into
Open
Bump stefanzweifel/git-auto-commit-action from 5 to 7#19dependabot[bot] wants to merge 6 commits into
dependabot[bot] wants to merge 6 commits into
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/stefanzweifel/git-auto-commit-action-7
branch
June 15, 2026 10:37
VijayakumarRavi
restored the
dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
branch
June 15, 2026 10:40
Owner
|
@dependabot rebase |
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v5...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' 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/stefanzweifel/git-auto-commit-action-7
branch
from
June 15, 2026 10:41
6e55d40 to
9aeac0a
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 stefanzweifel/git-auto-commit-action from 5 to 7.
Release notes
Sourced from stefanzweifel/git-auto-commit-action's releases.
... (truncated)
Changelog
Sourced from stefanzweifel/git-auto-commit-action's changelog.
... (truncated)
Commits
04702edBump actions/checkout from 5 to 6 (#399)1e49d50Add skip_push input option (#401)65c5677docs: fix typo in README.md (#400)547c140Bump bats from 1.12.0 to 1.13.0 (#398)8fa7f5aUpdate CHANGELOG28e16e8Release preparations for v7 (#394)698fd76Merge pull request #391 from EliasBoulharts/custom-tag-messagec40819aUpdate READMEd7ee275Change internal variable namese8684ebFix Tests