diff --git a/.github/workflows/update_flake.yml b/.github/workflows/update_flake.yml index 9c029c81..df09c9f0 100644 --- a/.github/workflows/update_flake.yml +++ b/.github/workflows/update_flake.yml @@ -20,7 +20,7 @@ jobs: - name: Run flake-update run: | nix flake update - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "chore(lockfile): auto update flake.lock" commit_user_name: "github-actions[bot]" diff --git a/.github/workflows/update_lockfile.yml b/.github/workflows/update_lockfile.yml index f6dbfcb5..b88f2df5 100644 --- a/.github/workflows/update_lockfile.yml +++ b/.github/workflows/update_lockfile.yml @@ -31,7 +31,7 @@ jobs: ./scripts/update_lockfile.sh nvim --headless "+Lazy! update" +qa cp -pv "${HOME}/.config/nvim/lazy-lock.json" . - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 if: ${{ steps.check_lockfile.outputs.files_exists == 'true' }} with: commit_message: "chore(lockfile): auto update lazy-lock.json"