Update https://github.com/stefanzweifel/git-auto-commit-action action to v6.0.1
All checks were successful
Cachix / build (push) Successful in 2m9s

This commit is contained in:
Renovate Bot 2025-06-11 12:00:37 +00:00
parent 8b05e112b5
commit 64d3268984

View file

@ -29,7 +29,7 @@ jobs:
- run: nix build -L --no-link .#devShells.x86_64-linux.default
- run: nix eval --json ".#packages.x86_64-linux.default.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
- run: nix eval --json ".#devShells.x86_64-linux.default.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v6.0.0
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v6.0.1
with:
commit_message: "Update dependencies"
commit_user_name: "CharBOTte"