From 64d3268984bc53d0ecb568c1175c0c17324ccb16 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Jun 2025 12:00:37 +0000 Subject: [PATCH] Update https://github.com/stefanzweifel/git-auto-commit-action action to v6.0.1 --- .forgejo/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index bbea4d6..516b904 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -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"